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 TypeMethodDescription@NotNull VkCommandBufferInheritanceInfo.Ptr
VkCommandBufferInheritanceInfo.Ptr.offset
(long offset) VkCommandBufferBeginInfo.pInheritanceInfo
(int assumedCount) @NotNull VkCommandBufferInheritanceInfo.Ptr
VkCommandBufferInheritanceInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceInfo.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceInfo.Ptr
, but with the new size.VkCommandBufferInheritanceInfo.Ptr.slice
(long end) @NotNull VkCommandBufferInheritanceInfo.Ptr
VkCommandBufferInheritanceInfo.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).