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