xrt: Add XRT_MAX_IPC_HANDLES

This commit is contained in:
Jakob Bornecrantz 2022-11-06 03:16:59 +00:00 committed by Jakob Bornecrantz
parent 736f1fd671
commit 8601499a5a

View file

@ -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