Uses of Record Class
club.doki7.vulkan.datatype.VkAccelerationStructureSRTMotionInstanceNV.Ptr
Packages that use VkAccelerationStructureSRTMotionInstanceNV.Ptr
-
Uses of VkAccelerationStructureSRTMotionInstanceNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAccelerationStructureSRTMotionInstanceNV.PtrModifier and TypeMethodDescriptionVkAccelerationStructureSRTMotionInstanceNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAccelerationStructureSRTMotionInstanceNV> consumer) VkAccelerationStructureSRTMotionInstanceNV.Ptr.offset
(long offset) VkAccelerationStructureSRTMotionInstanceNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureSRTMotionInstanceNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureSRTMotionInstanceNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureSRTMotionInstanceNV.Ptr
, but with the new size.VkAccelerationStructureSRTMotionInstanceNV.Ptr.slice
(long end) VkAccelerationStructureSRTMotionInstanceNV.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).