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.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceClusterAccelerationStructurePropertiesNV> consumer) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr.offset(long offset) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptrthat 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).