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 record
Represents a pointer to / an array ofXrEnvironmentDepthImageViewMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageViewMETAModifier and TypeMethodDescription@NotNull XrEnvironmentDepthImageViewMETA
XrEnvironmentDepthImageViewMETA.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) void
XrEnvironmentDepthImageMETA.viewsAt
(int index, XrEnvironmentDepthImageViewMETA value) void
XrEnvironmentDepthImageViewMETA.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)