X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dispatch%2Fd3d10_1imports.hpp;h=2b97cf3c152ac11f06ccb172e4de6efceb7bd1f8;hb=HEAD;hp=254323e7850cf73612705a0d46e543e34a59e18a;hpb=fbbb1e2ca5f554f0fcf8863367f55da5281b9c6b;p=apitrace diff --git a/dispatch/d3d10_1imports.hpp b/dispatch/d3d10_1imports.hpp index 254323e..2b97cf3 100644 --- a/dispatch/d3d10_1imports.hpp +++ b/dispatch/d3d10_1imports.hpp @@ -24,7 +24,7 @@ **************************************************************************/ /* - * Central place for all D3D10 includes, and respective OS dependent headers. + * Central place for all D3D10.1 includes, and respective OS dependent headers. */ #ifndef _D3D10_1IMPORTS_HPP_ @@ -39,5 +39,10 @@ #include "d3derr.hpp" +#include "dxgiint.h" + +#define D3D10_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY 0x0080 +#define D3D10_CREATE_DEVICE_STRICT_VALIDATION 0x0200 +#define D3D10_CREATE_DEVICE_DEBUGGABLE 0x0400 #endif /* _D3D10_1IMPORTS_HPP_ */