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