Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthImageMETA
Packages that use XrEnvironmentDepthImageMETA
-
Uses of XrEnvironmentDepthImageMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthImageMETAModifier and TypeMethodDescriptionintXR.acquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) -
Uses of XrEnvironmentDepthImageMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEnvironmentDepthImageMETAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEnvironmentDepthImageMETAstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageMETAModifier and TypeMethodDescriptionstatic XrEnvironmentDepthImageMETA@NotNull XrEnvironmentDepthImageMETAXrEnvironmentDepthImageMETA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrEnvironmentDepthImageMETAXrEnvironmentDepthImageMETA.clone(Arena arena, XrEnvironmentDepthImageMETA src) XrEnvironmentDepthImageMETA.farZ(float value) XrEnvironmentDepthImageMETA.nearZ(float value) XrEnvironmentDepthImageMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageMETA.swapchainIndex(int value) XrEnvironmentDepthImageMETA.Ptr.toArray()XrEnvironmentDepthImageMETA.type(int value) XrEnvironmentDepthImageMETA.views(XrEnvironmentDepthImageViewMETA.Ptr value) XrEnvironmentDepthImageMETA.views(@NotNull Consumer<XrEnvironmentDepthImageViewMETA.Ptr> consumer) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEnvironmentDepthImageMETAModifier and TypeMethodDescription@NotNull Iterator<XrEnvironmentDepthImageMETA> XrEnvironmentDepthImageMETA.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrEnvironmentDepthImageMETAModifier and TypeMethodDescriptionstatic XrEnvironmentDepthImageMETAXrEnvironmentDepthImageMETA.clone(Arena arena, XrEnvironmentDepthImageMETA src) voidXrEnvironmentDepthImageMETA.Ptr.write(long index, @NotNull XrEnvironmentDepthImageMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEnvironmentDepthImageMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthImageMETA> consumer)