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 TypeMethodDescriptionintXR.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.Ptrstatic XrPassthroughFB.Ptrstatic XrPassthroughFB.PtrXrPassthroughFB.Ptr.allocate(Arena arena, @Nullable XrPassthroughFB @NotNull [] values) static XrPassthroughFB.PtrXrPassthroughFB.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPassthroughFB> values) static XrPassthroughFB.PtrXrPassthroughFB.Ptr.allocateV(Arena arena, @Nullable XrPassthroughFB value0, @Nullable XrPassthroughFB... values) XrPassthroughFB.Ptr.offset(long offset) XrPassthroughFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughFB.Ptrthat 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).