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