mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
xrt: Add XRT_MAX_IPC_HANDLES
This commit is contained in:
parent
736f1fd671
commit
8601499a5a
|
@ -17,8 +17,15 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Maximum number of handles sent in one call.
|
||||
*/
|
||||
#define XRT_MAX_IPC_HANDLES 16
|
||||
|
||||
/*!
|
||||
* Max swapchain images, artificial limit.
|
||||
*
|
||||
* Must be smaller or the same as XRT_MAX_IPC_HANDLES.
|
||||
*/
|
||||
#define XRT_MAX_SWAPCHAIN_IMAGES 8
|
||||
|
||||
|
|
Loading…
Reference in a new issue