]> git.cworth.org Git - apitrace/blobdiff - d3d.py
Use the glGetVertexAttrib*ARB as well.
[apitrace] / d3d.py
diff --git a/d3d.py b/d3d.py
index d370ad07ff00c2028d0b761a073c0661411a20e1..f587fc532dd3203a8c58747609f8ab934851d763 100644 (file)
--- a/d3d.py
+++ b/d3d.py
@@ -503,6 +503,14 @@ if __name__ == '__main__':
     print
     print '''
 
+#ifndef DDBLT_EXTENDED_FLAGS
+#define DDBLT_EXTENDED_FLAGS 0x40000000l
+#endif
+
+#ifndef DDBLT_EXTENDED_LINEAR_CONTENT
+#define DDBLT_EXTENDED_LINEAR_CONTENT 0x00000004l
+#endif
+
 #ifndef D3DLIGHT_PARALLELPOINT
 #define D3DLIGHT_PARALLELPOINT (D3DLIGHTTYPE)4
 #endif