xrt: Add new error code

This commit is contained in:
Jakob Bornecrantz 2021-03-11 22:40:23 +00:00
parent 2ab99b821b
commit 1f3896d729

View file

@ -57,4 +57,8 @@ typedef enum xrt_result
* is not supported by the display.
*/
XRT_ERROR_EGL_CONFIG_MISSING = -12,
/*!
* Failed to initialize threading components.
*/
XRT_ERROR_THREADING_INIT_FAILURE = -14,
} xrt_result_t;