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