]> git.cworth.org Git - apitrace/blobdiff - d3d9imports.hpp
Remove codegen.py.
[apitrace] / d3d9imports.hpp
index a7cfcbf2f30983084a9b40066ae40dd15e1e567b..3e5ce39fbf1fbc453f40477b7589d745842d7fb2 100644 (file)
 #include "compat.h"
 
 #include <d3d9.h>
+#include <d3dx9.h>
 
 
+#ifndef D3DFMT_A2B10G10R10_XR_BIAS
+#define D3DFMT_A2B10G10R10_XR_BIAS 119
+#endif
+
 #ifndef D3DFMT_ATI1
 #define D3DFMT_ATI1 ((D3DFORMAT)MAKEFOURCC('A','T','I','1'))
 #endif