Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferInheritanceRenderingInfo.Ptr
Packages that use VkCommandBufferInheritanceRenderingInfo.Ptr
-
Uses of VkCommandBufferInheritanceRenderingInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCommandBufferInheritanceRenderingInfo.PtrModifier and TypeMethodDescriptionVkCommandBufferInheritanceRenderingInfo.Ptr.offset
(long offset) VkCommandBufferInheritanceRenderingInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceRenderingInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceRenderingInfo.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceRenderingInfo.Ptr
, but with the new size.VkCommandBufferInheritanceRenderingInfo.Ptr.slice
(long end) VkCommandBufferInheritanceRenderingInfo.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).