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