diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-03-05 12:45:48 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-03-05 14:00:09 +0000 |
commit | b45a7dfcf5f20f877c2ff0401d3fda0421ae9652 (patch) | |
tree | 0cf85c144fab9117b9c55ab120fc15f1f272316c /dispatch | |
parent | dc71d1dd75366780c713010a6be48bf8fead2379 (diff) |
dispatch: Add a few recent DXGI error codes.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/d3derr.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dispatch/d3derr.hpp b/dispatch/d3derr.hpp index 67255215..349cac4f 100644 --- a/dispatch/d3derr.hpp +++ b/dispatch/d3derr.hpp @@ -60,6 +60,15 @@ #endif +#ifndef DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED +#define DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED MAKE_DXGI_HRESULT(35) +#endif + +#ifndef DXGI_ERROR_REMOTE_OUTOFMEMORY +#define DXGI_ERROR_REMOTE_OUTOFMEMORY MAKE_DXGI_HRESULT(36) +#endif + + #ifndef D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS #define D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS MAKE_D3D10_HRESULT(1) #endif |