Uses of Record Class
club.doki7.vulkan.datatype.VkDrmFormatModifierProperties2EXT.Ptr
Packages that use VkDrmFormatModifierProperties2EXT.Ptr
-
Uses of VkDrmFormatModifierProperties2EXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDrmFormatModifierProperties2EXT.PtrModifier and TypeMethodDescriptionVkDrmFormatModifierProperties2EXT.Ptr.offset
(long offset) VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierProperties
(int assumedCount) VkDrmFormatModifierProperties2EXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierProperties2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierProperties2EXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierProperties2EXT.Ptr
, but with the new size.VkDrmFormatModifierProperties2EXT.Ptr.slice
(long end) VkDrmFormatModifierProperties2EXT.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).