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