diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-09-03 22:26:21 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-09-27 16:52:36 +0100 |
commit | 51a7bde86708b924f61926048fa2cc443755175b (patch) | |
tree | d8af4d54f7314c00ff30fbef5d3b8a4985a544cb /dispatch | |
parent | e907463cb107b9fa939e0c86336dcd4301770289 (diff) |
specs: Add DXGI 1.3 specs.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/d3d11imports.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch/d3d11imports.hpp b/dispatch/d3d11imports.hpp index 6cc18fcd..410dec41 100644 --- a/dispatch/d3d11imports.hpp +++ b/dispatch/d3d11imports.hpp @@ -35,7 +35,7 @@ #include "compat.h" -#include <d3d11_1.h> +#include <d3d11_2.h> #include "d3derr.hpp" |