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 TypeMethodDescriptionint
XR.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.Ptr
static XrSceneMSFT.Ptr
static XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocate
(Arena arena, @Nullable XrSceneMSFT @NotNull [] values) static XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSceneMSFT> values) static XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocateV
(Arena arena, @Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) XrSceneMSFT.Ptr.offset
(long offset) XrSceneMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSceneMSFT.Ptr
that 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).