Uses of Record Class
club.doki7.vulkan.datatype.VkGeometryNV.Ptr
Packages that use VkGeometryNV.Ptr
-
Uses of VkGeometryNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkGeometryNV.PtrModifier and TypeMethodDescriptionstatic VkGeometryNV.PtrVkGeometryNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkGeometryNV> consumer) @NotNull VkGeometryNV.PtrVkGeometryNV.Ptr.offset(long offset) VkAccelerationStructureInfoNV.pGeometries(int assumedCount) @NotNull VkGeometryNV.PtrVkGeometryNV.Ptr.reinterpret(long newSize) Assume theVkGeometryNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeometryNV.Ptrthat uses the same backing storage as thisVkGeometryNV.Ptr, but with the new size.VkGeometryNV.Ptr.slice(long end) @NotNull VkGeometryNV.PtrVkGeometryNV.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).