]> git.cworth.org Git - apitrace/blobdiff - d3d9imports.hpp
Add new "apitrace diff-state" command
[apitrace] / d3d9imports.hpp
index f598f97a517bd03d99ca4960be46ec5ae95968fd..e2e2015887a06394e34c7e9c36da8992b75be292 100644 (file)
@@ -36,6 +36,7 @@
 #include "compat.h"
 
 #include <d3d9.h>
+#include <d3dx9.h>
 
 
 #ifndef D3DFMT_ATI1
 #define D3DFMT_INTZ ((D3DFORMAT)MAKEFOURCC('I','N','T','Z'))
 #endif
 
+#ifndef D3DFMT_NULL
+#define D3DFMT_NULL ((D3DFORMAT)MAKEFOURCC('N','U','L','L'))
+#endif
+
 #ifndef D3DFMT_NV12
 #define D3DFMT_NV12 ((D3DFORMAT)MAKEFOURCC('N','V','1','2'))
 #endif
 
-#ifndef D3DFMT_NULL
-#define D3DFMT_NULL ((D3DFORMAT)MAKEFOURCC('N','U','L','L'))
+#ifndef D3DFMT_RAWZ
+#define D3DFMT_RAWZ ((D3DFORMAT)MAKEFOURCC('R','A','W','Z'))
 #endif