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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrEnvironmentDepthImageMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageMETAModifier and TypeMethodDescriptionstatic XrEnvironmentDepthImageMETA
@NotNull XrEnvironmentDepthImageMETA
XrEnvironmentDepthImageMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrEnvironmentDepthImageMETA
XrEnvironmentDepthImageMETA.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 XrEnvironmentDepthImageMETA
XrEnvironmentDepthImageMETA.clone
(Arena arena, XrEnvironmentDepthImageMETA src) void
XrEnvironmentDepthImageMETA.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)