Uses of Record Class
club.doki7.openxr.handle.XrSession.Ptr
Packages that use XrSession.Ptr
-
Uses of XrSession.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSession.PtrModifier and TypeMethodDescriptionint
XR.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) int
XRStatic.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) -
Uses of XrSession.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrSession.PtrModifier and TypeMethodDescriptionstatic XrSession.Ptr
static XrSession.Ptr
static XrSession.Ptr
static XrSession.Ptr
XrSession.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSession> values) static XrSession.Ptr
XrSession.Ptr.offset
(long offset) XrSession.Ptr.reinterpret
(long newSize) Assume theXrSession.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSession.Ptr
that uses the same backing storage as thisXrSession.Ptr
, but with the new size.XrSession.Ptr.slice
(long end) XrSession.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).