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