Uses of Record Class
club.doki7.openxr.handle.XrSpatialContextEXT.Ptr
Packages that use XrSpatialContextEXT.Ptr
-
Uses of XrSpatialContextEXT.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrSpatialContextEXT.PtrModifier and TypeMethodDescriptionstatic XrSpatialContextEXT.Ptrstatic XrSpatialContextEXT.Ptrstatic XrSpatialContextEXT.PtrXrSpatialContextEXT.Ptr.allocate(Arena arena, @Nullable XrSpatialContextEXT @NotNull [] values) static XrSpatialContextEXT.PtrXrSpatialContextEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSpatialContextEXT> values) static XrSpatialContextEXT.PtrXrSpatialContextEXT.Ptr.allocateV(Arena arena, @Nullable XrSpatialContextEXT value0, @Nullable XrSpatialContextEXT... values) XrSpatialContextEXT.Ptr.offset(long offset) XrSpatialContextEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialContextEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialContextEXT.Ptrthat uses the same backing storage as thisXrSpatialContextEXT.Ptr, but with the new size.XrSpatialContextEXT.Ptr.slice(long end) XrSpatialContextEXT.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).