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