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 TypeMethodDescriptionintXR.createSession(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) intXRStatic.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.Ptrstatic XrSession.Ptrstatic XrSession.Ptrstatic XrSession.PtrXrSession.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSession> values) static XrSession.PtrXrSession.Ptr.offset(long offset) XrSession.Ptr.reinterpret(long newSize) Assume theXrSession.Ptris capable of holding at leastnewSizehandles, create a new viewXrSession.Ptrthat 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).