Uses of Record Class
club.doki7.openxr.handle.XrSceneMSFT.Ptr
Packages that use XrSceneMSFT.Ptr
-
Uses of XrSceneMSFT.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneMSFT.PtrModifier and TypeMethodDescriptionintXR.createSceneMSFT(XrSceneObserverMSFT sceneObserver, @Nullable XrSceneCreateInfoMSFT createInfo, XrSceneMSFT.Ptr scene) -
Uses of XrSceneMSFT.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrSceneMSFT.PtrModifier and TypeMethodDescriptionstatic XrSceneMSFT.Ptrstatic XrSceneMSFT.Ptrstatic XrSceneMSFT.PtrXrSceneMSFT.Ptr.allocate(Arena arena, @Nullable XrSceneMSFT @NotNull [] values) static XrSceneMSFT.PtrXrSceneMSFT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSceneMSFT> values) static XrSceneMSFT.PtrXrSceneMSFT.Ptr.allocateV(Arena arena, @Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) XrSceneMSFT.Ptr.offset(long offset) XrSceneMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSceneMSFT.Ptrthat uses the same backing storage as thisXrSceneMSFT.Ptr, but with the new size.XrSceneMSFT.Ptr.slice(long end) XrSceneMSFT.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).