Uses of Record Class
club.doki7.openxr.handle.XrBodyTrackerFB.Ptr
Packages that use XrBodyTrackerFB.Ptr
-
Uses of XrBodyTrackerFB.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyTrackerFB.PtrModifier and TypeMethodDescriptionint
XR.createBodyTrackerFB
(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) -
Uses of XrBodyTrackerFB.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrBodyTrackerFB.PtrModifier and TypeMethodDescriptionstatic XrBodyTrackerFB.Ptr
static XrBodyTrackerFB.Ptr
static XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocate
(Arena arena, @Nullable XrBodyTrackerFB @NotNull [] values) static XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrBodyTrackerFB> values) static XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocateV
(Arena arena, @Nullable XrBodyTrackerFB value0, @Nullable XrBodyTrackerFB... values) XrBodyTrackerFB.Ptr.offset
(long offset) XrBodyTrackerFB.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrBodyTrackerFB.Ptr
that uses the same backing storage as thisXrBodyTrackerFB.Ptr
, but with the new size.XrBodyTrackerFB.Ptr.slice
(long end) XrBodyTrackerFB.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).