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.Ptr
static XrSpatialContextEXT.Ptr
static XrSpatialContextEXT.Ptr
XrSpatialContextEXT.Ptr.allocate
(Arena arena, @Nullable XrSpatialContextEXT @NotNull [] values) static XrSpatialContextEXT.Ptr
XrSpatialContextEXT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSpatialContextEXT> values) static XrSpatialContextEXT.Ptr
XrSpatialContextEXT.Ptr.allocateV
(Arena arena, @Nullable XrSpatialContextEXT value0, @Nullable XrSpatialContextEXT... values) XrSpatialContextEXT.Ptr.offset
(long offset) XrSpatialContextEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialContextEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialContextEXT.Ptr
that 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).