]> git.cworth.org Git - apitrace/blobdiff - dispatch/d3d10imports.hpp
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / dispatch / d3d10imports.hpp
index d21aec8c1133e2e9257b17b165259a81c42804d4..04d4119d00bd654bd3cbebf682b66c3ef81409ac 100644 (file)
 
 #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_ */