Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthImageViewMETA
Packages that use XrEnvironmentDepthImageViewMETA
-
Uses of XrEnvironmentDepthImageViewMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEnvironmentDepthImageViewMETAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEnvironmentDepthImageViewMETAstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageViewMETAModifier and TypeMethodDescription@NotNull XrEnvironmentDepthImageViewMETAXrEnvironmentDepthImageViewMETA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrEnvironmentDepthImageViewMETA.clone(Arena arena, XrEnvironmentDepthImageViewMETA src) XrEnvironmentDepthImageViewMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageViewMETA.Ptr.toArray()XrEnvironmentDepthImageViewMETA.type(int value) XrEnvironmentDepthImageMETA.viewsAt(int index) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEnvironmentDepthImageViewMETAModifier and TypeMethodDescription@NotNull Iterator<XrEnvironmentDepthImageViewMETA> XrEnvironmentDepthImageViewMETA.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrEnvironmentDepthImageViewMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageViewMETA.clone(Arena arena, XrEnvironmentDepthImageViewMETA src) voidXrEnvironmentDepthImageMETA.viewsAt(int index, XrEnvironmentDepthImageViewMETA value) voidXrEnvironmentDepthImageViewMETA.Ptr.write(long index, @NotNull XrEnvironmentDepthImageViewMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEnvironmentDepthImageViewMETAModifier and TypeMethodDescriptionXrEnvironmentDepthImageViewMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthImageViewMETA> consumer)