Class XrEnvironmentDepthImageMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEnvironmentDepthImageMETA>
org.lwjgl.openxr.XrEnvironmentDepthImageMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEnvironmentDepthImageMETA extends org.lwjgl.system.Struct<XrEnvironmentDepthImageMETA> implements org.lwjgl.system.NativeResource
XrEnvironmentDepthImageMETA.
Description

Depth is provided as textures in the same format as described in the XR_KHR_composition_layer_depth extension.

The frustum’s Z-planes are placed at nearZ and farZ meters. When farZ is less than nearZ, an infinite projection matrix is used.

Valid Usage (Implicit)
See Also

XrEnvironmentDepthImageViewMETA, AcquireEnvironmentDepthImageMETA

Layout


 struct XrEnvironmentDepthImageMETA {
     XrStructureType type();
     void const * next();
     uint32_t swapchainIndex();
     float nearZ();
     float farZ();
     XrEnvironmentDepthImageViewMETA views()[2];
 }