mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Add size limit for swapchain
This commit is contained in:
parent
668a7a8bb9
commit
bbb1de1b0f
|
@ -852,6 +852,9 @@ struct xrt_compositor_info
|
|||
|
||||
//! Supported formats, never changes.
|
||||
int64_t formats[XRT_MAX_SWAPCHAIN_FORMATS];
|
||||
|
||||
//! Max texture size that GPU supports, zero means any size.
|
||||
uint32_t max_tetxure_size;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue