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