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