|
Monado OpenXR Runtime
|

Data Fields | |
| enum xrt_view_type | view_type |
| Which view type this is for, mono, stereo, quad_with_inset, etc... | |
| uint32_t | view_count |
| Must match the view_type, in the future view_types might have variable views. | |
| struct xrt_view_config_properties | views [XRT_MAX_COMPOSITOR_VIEW_CONFIGS_VIEW_COUNT] |
| The per view information. | |
| uint32_t xrt_view_config::view_count |
Must match the view_type, in the future view_types might have variable views.
Referenced by xrt_system_compositor::comp_main_create_system_compositor(), oxr_system_fill_in(), and oxr_xrCreateSwapchain().
| enum xrt_view_type xrt_view_config::view_type |
Which view type this is for, mono, stereo, quad_with_inset, etc...
Referenced by xrt_system_compositor::comp_main_create_system_compositor(), and oxr_system_fill_in().
| struct xrt_view_config_properties xrt_view_config::views[XRT_MAX_COMPOSITOR_VIEW_CONFIGS_VIEW_COUNT] |
The per view information.
Referenced by xrt_system_compositor::comp_main_create_system_compositor(), and oxr_xrCreateSwapchain().