Uses of Record Class
club.doki7.openxr.handle.XrEnvironmentDepthSwapchainMETA.Ptr
Packages that use XrEnvironmentDepthSwapchainMETA.Ptr
-
Uses of XrEnvironmentDepthSwapchainMETA.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthSwapchainMETA.PtrModifier and TypeMethodDescriptionint
XR.createEnvironmentDepthSwapchainMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) -
Uses of XrEnvironmentDepthSwapchainMETA.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrEnvironmentDepthSwapchainMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthSwapchainMETA.Ptr.allocate
(Arena arena, @Nullable XrEnvironmentDepthSwapchainMETA @NotNull [] values) XrEnvironmentDepthSwapchainMETA.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrEnvironmentDepthSwapchainMETA> values) XrEnvironmentDepthSwapchainMETA.Ptr.allocateV
(Arena arena, @Nullable XrEnvironmentDepthSwapchainMETA value0, @Nullable XrEnvironmentDepthSwapchainMETA... values) XrEnvironmentDepthSwapchainMETA.Ptr.offset
(long offset) XrEnvironmentDepthSwapchainMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthSwapchainMETA.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrEnvironmentDepthSwapchainMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthSwapchainMETA.Ptr
, but with the new size.XrEnvironmentDepthSwapchainMETA.Ptr.slice
(long end) XrEnvironmentDepthSwapchainMETA.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).