xrt: Add a D3D11 error

This commit is contained in:
Ryan Pavlik 2021-10-19 17:01:12 -05:00 committed by Jakob Bornecrantz
parent bbfc06cc3e
commit e6d58cf451

View file

@ -146,4 +146,8 @@ typedef enum xrt_result
* Creating a @ref xrt_device failed.
*/
XRT_ERROR_DEVICE_CREATION_FAILED = -22,
/*!
* Some D3D11 error
*/
XRT_ERROR_D3D11 = -23,
} xrt_result_t;