Monado OpenXR Runtime
|
Settings for the compositor. More...
#include <main/comp_settings.h>
Data Fields | |
int | display |
VkFormat | color_format |
VkColorSpaceKHR | color_space |
VkPresentModeKHR | present_mode |
enum window_type | window_type |
Window type to use. More... | |
enum xrt_distortion_model | distortion_model |
Distortion type to use. More... | |
uint32_t | width |
uint32_t | height |
struct { | |
bool wireframe | |
Display wireframe instead of solid triangles. More... | |
} | debug |
bool | fullscreen |
Not used with direct mode. More... | |
bool | print_spew |
Should we debug print a lot! More... | |
bool | print_debug |
Should we debug print. More... | |
bool | print_modes |
Print information about available modes for direct mode. More... | |
bool | flip_y |
Should we flip y axis for compositor buffers (for GL) More... | |
uint64_t | nominal_frame_interval_ns |
Nominal frame interval. More... | |
bool | validate_vulkan |
Enable vulkan validation for compositor. More... | |
int | gpu_index |
Run the compositor on this Vulkan physical device. More... | |
int | desired_mode |
Try to choose the mode with this index for direct mode. More... | |
Settings for the compositor.
int comp_settings::desired_mode |
Try to choose the mode with this index for direct mode.
enum xrt_distortion_model comp_settings::distortion_model |
Distortion type to use.
bool comp_settings::flip_y |
Should we flip y axis for compositor buffers (for GL)
bool comp_settings::fullscreen |
Not used with direct mode.
int comp_settings::gpu_index |
Run the compositor on this Vulkan physical device.
uint64_t comp_settings::nominal_frame_interval_ns |
Nominal frame interval.
bool comp_settings::print_debug |
Should we debug print.
bool comp_settings::print_modes |
Print information about available modes for direct mode.
bool comp_settings::print_spew |
Should we debug print a lot!
bool comp_settings::validate_vulkan |
Enable vulkan validation for compositor.
enum window_type comp_settings::window_type |
Window type to use.
bool comp_settings::wireframe |
Display wireframe instead of solid triangles.
Referenced by comp_distortion_init().