Monado OpenXR Runtime
|
Capabilities and information about the compositor and device together. More...
#include <xrt/xrt_compositor.h>
Data Fields | |
uint32_t | format_count |
Number of formats, never changes. More... | |
int64_t | formats [XRT_MAX_SWAPCHAIN_FORMATS] |
Supported formats, never changes. More... | |
uint32_t | max_texture_size |
Max texture size that GPU supports (size of a single dimension), zero means any size. More... | |
Capabilities and information about the compositor and device together.
For client compositors the formats of the native compositor are translated.
uint32_t xrt_compositor_info::format_count |
Number of formats, never changes.
int64_t xrt_compositor_info::formats[XRT_MAX_SWAPCHAIN_FORMATS] |
Supported formats, never changes.
uint32_t xrt_compositor_info::max_texture_size |
Max texture size that GPU supports (size of a single dimension), zero means any size.