xrEnumerateViewConfigurations
xrEnumerateViewConfigurations and xrEnumerateViewConfigurationViews are functions in the OpenXR API used to discover rendering configurations and per-eye rendering requirements for a given XR system. They form part of the process for preparing the swapchain and view setup before rendering a scene.
xrEnumerateViewConfigurations reports the view configurations supported by a given system. Calling it requires an OpenXR instance
xrEnumerateViewConfigurationViews queries per-view details for a chosen view configuration on a given system. After selecting a
Typical usage involves obtaining a system, enumerating available view configurations, choosing one, and then querying its