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 TypeMethodDescriptionintXR.acquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) intXR.createEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) intXR.destroyEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider) intXR.setEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA setInfo) intXR.startEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider) intXR.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 recordRepresents a pointer toXrEnvironmentDepthProviderMETAhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrEnvironmentDepthProviderMETAModifier and TypeMethodDescription@Nullable XrEnvironmentDepthProviderMETAXrEnvironmentDepthProviderMETA.Ptr.read()@Nullable XrEnvironmentDepthProviderMETAXrEnvironmentDepthProviderMETA.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) voidXrEnvironmentDepthProviderMETA.Ptr.write(long index, @Nullable XrEnvironmentDepthProviderMETA value) voidXrEnvironmentDepthProviderMETA.Ptr.write(@Nullable XrEnvironmentDepthProviderMETA value) voidXrEnvironmentDepthProviderMETA.Ptr.write(@Nullable XrEnvironmentDepthProviderMETA[] values) voidXrEnvironmentDepthProviderMETA.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)