Monado OpenXR Runtime
|
Settings struct for compositor header. More...
#include "xrt/xrt_device.h"
#include "xrt/xrt_compositor.h"
#include "xrt/xrt_vulkan_includes.h"
#include "util/u_logging.h"
Go to the source code of this file.
Data Structures | |
struct | comp_settings |
Settings for the compositor. More... | |
Functions | |
void | comp_settings_init (struct comp_settings *s, struct xrt_device *xdev) |
Initialize the settings struct with either defaults or loaded setting. More... | |
Variables | |
static XRT_MAYBE_UNUSED const char * | NV_DIRECT_ALLOWLIST [] |
Since NVidia direct mode lets us 'acquire' any display, we need to be careful about which displays we attempt to acquire. More... | |
Settings struct for compositor header.
|
static |
Since NVidia direct mode lets us 'acquire' any display, we need to be careful about which displays we attempt to acquire.
We may wish to allow user configuration to extend this list.