Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferInheritanceInfo.Ptr
Packages that use VkCommandBufferInheritanceInfo.Ptr
-
Uses of VkCommandBufferInheritanceInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCommandBufferInheritanceInfo.PtrModifier and TypeMethodDescriptionVkCommandBufferInheritanceInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkCommandBufferInheritanceInfo> consumer) @NotNull VkCommandBufferInheritanceInfo.PtrVkCommandBufferInheritanceInfo.Ptr.offset(long offset) VkCommandBufferBeginInfo.pInheritanceInfo(int assumedCount) @NotNull VkCommandBufferInheritanceInfo.PtrVkCommandBufferInheritanceInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceInfo.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceInfo.Ptr, but with the new size.VkCommandBufferInheritanceInfo.Ptr.slice(long end) @NotNull VkCommandBufferInheritanceInfo.PtrVkCommandBufferInheritanceInfo.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).