]> git.cworth.org Git - apitrace/blobdiff - dispatch/d3d10_1imports.hpp
d3d10: Add missing flags.
[apitrace] / dispatch / d3d10_1imports.hpp
index 6f9c6feab512aa4afe82fc1b4df81bd064f92a68..2b97cf3c152ac11f06ccb172e4de6efceb7bd1f8 100644 (file)
@@ -41,5 +41,8 @@
 
 #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_ */