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