24#define XRT_MAX_VIEWS 2
29#define XRT_MAX_COMPOSITOR_VIEW_CONFIGS_VIEW_COUNT (XRT_MAX_VIEWS > 4 ? XRT_MAX_VIEWS : 4)
34#define XRT_MAX_COMPOSITOR_VIEW_CONFIGS_COUNT 2
39#define XRT_MAX_IPC_HANDLES 16
46#define XRT_MAX_SWAPCHAIN_IMAGES 8
51#define XRT_MAX_SWAPCHAIN_FORMATS 16
56#define XRT_MAX_PLANE_ORIENTATIONS_EXT 256
61#define XRT_MAX_PLANE_SEMANTIC_TYPE_EXT 256
66#define XRT_MAX_SWAPCHAIN_CREATE_INFO_FORMAT_LIST_COUNT 8
71#define XRT_MAX_SUPPORTED_REFRESH_RATES 16
77#define XRT_MAX_LAYERS 32
78#elif defined(XRT_OS_LINUX) || defined(XRT_OS_WINDOWS)
79#define XRT_MAX_LAYERS 128
81#error "Unknown platform, define XRT_MAX_LAYERS for your OS"
Header holding common defines.
Auto detect OS and certain features.