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