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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMatrixMotionInstanceNV.Ptr
that 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).