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