X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=dispatch%2Fd3d10imports.hpp;h=04d4119d00bd654bd3cbebf682b66c3ef81409ac;hb=dc993d935966d1c48b3fa03e17339ee891d7f734;hp=d21aec8c1133e2e9257b17b165259a81c42804d4;hpb=fbbb1e2ca5f554f0fcf8863367f55da5281b9c6b;p=apitrace diff --git a/dispatch/d3d10imports.hpp b/dispatch/d3d10imports.hpp index d21aec8..04d4119 100644 --- a/dispatch/d3d10imports.hpp +++ b/dispatch/d3d10imports.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 /* _D3D10IMPORTS_HPP_ */