Monado OpenXR Runtime
|
Capabilities and information about the compositor and device together. More...
#include <xrt/xrt_compositor.h>
Public Member Functions | |
XRT_ALIGNAS (8) int64_t formats[XRT_MAX_SWAPCHAIN_FORMATS] | |
Supported formats, never changes. More... | |
Data Fields | |
uint32_t | format_count |
Number of 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.
xrt_compositor_info::XRT_ALIGNAS | ( | 8 | ) |
Supported formats, never changes.
alignas for 32 bit client support, see IPC Design and Implementation
uint32_t xrt_compositor_info::format_count |
Number of 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.