]> git.cworth.org Git - apitrace/blobdiff - d3d9imports.hpp
Make apitracecall an actual class.
[apitrace] / d3d9imports.hpp
index f598f97a517bd03d99ca4960be46ec5ae95968fd..a7cfcbf2f30983084a9b40066ae40dd15e1e567b 100644 (file)
 #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