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.offset
(long offset) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
that 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).