Uses of Record Class
club.doki7.openxr.handle.XrEnvironmentDepthProviderMETA
Packages that use XrEnvironmentDepthProviderMETA
-
Uses of XrEnvironmentDepthProviderMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthProviderMETAModifier and TypeMethodDescriptionint
XR.acquireEnvironmentDepthImageMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) int
XR.createEnvironmentDepthSwapchainMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) int
XR.destroyEnvironmentDepthProviderMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider) int
XR.setEnvironmentDepthHandRemovalMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA setInfo) int
XR.startEnvironmentDepthProviderMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider) int
XR.stopEnvironmentDepthProviderMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider) -
Uses of XrEnvironmentDepthProviderMETA in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrEnvironmentDepthProviderMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrEnvironmentDepthProviderMETA
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrEnvironmentDepthProviderMETAModifier and TypeMethodDescription@Nullable XrEnvironmentDepthProviderMETA
XrEnvironmentDepthProviderMETA.Ptr.read()
@Nullable XrEnvironmentDepthProviderMETA
XrEnvironmentDepthProviderMETA.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrEnvironmentDepthProviderMETAModifier and TypeMethodDescription@NotNull Iterator
<XrEnvironmentDepthProviderMETA> XrEnvironmentDepthProviderMETA.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrEnvironmentDepthProviderMETAModifier and TypeMethodDescriptionXrEnvironmentDepthProviderMETA.Ptr.allocate
(Arena arena, @Nullable XrEnvironmentDepthProviderMETA @NotNull [] values) XrEnvironmentDepthProviderMETA.Ptr.allocateV
(Arena arena, @Nullable XrEnvironmentDepthProviderMETA value0, @Nullable XrEnvironmentDepthProviderMETA... values) void
XrEnvironmentDepthProviderMETA.Ptr.write
(long index, @Nullable XrEnvironmentDepthProviderMETA value) void
XrEnvironmentDepthProviderMETA.Ptr.write
(@Nullable XrEnvironmentDepthProviderMETA value) void
XrEnvironmentDepthProviderMETA.Ptr.write
(@Nullable XrEnvironmentDepthProviderMETA[] values) void
XrEnvironmentDepthProviderMETA.Ptr.writeV
(@Nullable XrEnvironmentDepthProviderMETA value0, @Nullable XrEnvironmentDepthProviderMETA... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrEnvironmentDepthProviderMETAModifier and TypeMethodDescriptionXrEnvironmentDepthProviderMETA.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrEnvironmentDepthProviderMETA> values)