mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
xrt: Add a D3D11 error
This commit is contained in:
parent
bbfc06cc3e
commit
e6d58cf451
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue