X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dispatch%2Fd3d10imports.hpp;h=04d4119d00bd654bd3cbebf682b66c3ef81409ac;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hp=d21aec8c1133e2e9257b17b165259a81c42804d4;hpb=e7cb2b98575d5ff3801bd3527a648e0dbfdebdad;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_ */