Uses of Record Class
club.doki7.vulkan.datatype.VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
Packages that use VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
-
Uses of VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkClusterAccelerationStructureBuildTriangleClusterInfoNV.PtrModifier and TypeMethodDescriptionVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkClusterAccelerationStructureBuildTriangleClusterInfoNV> consumer) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.offset(long offset) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.slice(long end) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.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).