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