Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthSwapchainCreateInfoMETA
Packages that use XrEnvironmentDepthSwapchainCreateInfoMETA
-
Uses of XrEnvironmentDepthSwapchainCreateInfoMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthSwapchainCreateInfoMETAModifier and TypeMethodDescriptionintXR.createEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) -
Uses of XrEnvironmentDepthSwapchainCreateInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEnvironmentDepthSwapchainCreateInfoMETAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEnvironmentDepthSwapchainCreateInfoMETAstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrEnvironmentDepthSwapchainCreateInfoMETA.clone(Arena arena, XrEnvironmentDepthSwapchainCreateInfoMETA src) XrEnvironmentDepthSwapchainCreateInfoMETA.createFlags(long value) XrEnvironmentDepthSwapchainCreateInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.toArray()XrEnvironmentDepthSwapchainCreateInfoMETA.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEnvironmentDepthSwapchainCreateInfoMETAMethods in club.doki7.openxr.datatype with parameters of type XrEnvironmentDepthSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthSwapchainCreateInfoMETA.clone(Arena arena, XrEnvironmentDepthSwapchainCreateInfoMETA src) voidXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.write(long index, @NotNull XrEnvironmentDepthSwapchainCreateInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEnvironmentDepthSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthSwapchainCreateInfoMETA> consumer)