Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthImageAcquireInfoMETA
Packages that use XrEnvironmentDepthImageAcquireInfoMETA
-
Uses of XrEnvironmentDepthImageAcquireInfoMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthImageAcquireInfoMETAModifier and TypeMethodDescriptionintXR.acquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) -
Uses of XrEnvironmentDepthImageAcquireInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEnvironmentDepthImageAcquireInfoMETAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEnvironmentDepthImageAcquireInfoMETAstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageAcquireInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageAcquireInfoMETA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrEnvironmentDepthImageAcquireInfoMETA.clone(Arena arena, XrEnvironmentDepthImageAcquireInfoMETA src) XrEnvironmentDepthImageAcquireInfoMETA.displayTime(long value) XrEnvironmentDepthImageAcquireInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageAcquireInfoMETA.Ptr.toArray()XrEnvironmentDepthImageAcquireInfoMETA.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEnvironmentDepthImageAcquireInfoMETAMethods in club.doki7.openxr.datatype with parameters of type XrEnvironmentDepthImageAcquireInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageAcquireInfoMETA.clone(Arena arena, XrEnvironmentDepthImageAcquireInfoMETA src) voidXrEnvironmentDepthImageAcquireInfoMETA.Ptr.write(long index, @NotNull XrEnvironmentDepthImageAcquireInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEnvironmentDepthImageAcquireInfoMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageAcquireInfoMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthImageAcquireInfoMETA> consumer)