]> git.cworth.org Git - apitrace/blobdiff - dispatch/d3d10_1imports.hpp
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / dispatch / d3d10_1imports.hpp
index 254323e7850cf73612705a0d46e543e34a59e18a..2b97cf3c152ac11f06ccb172e4de6efceb7bd1f8 100644 (file)
@@ -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_
 
 #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_ */