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