]> git.cworth.org Git - apitrace/blobdiff - d3d8types.py
Make autogenerated dump functions static.
[apitrace] / d3d8types.py
index bcccc45c9d1f6d0859e5b6f807e3843604422f14..53083db441a6dcac30eb5a6ba4d641ff6f68954d 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
+# Copyright 2008 Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
@@ -44,7 +44,7 @@ D3DRECT = Struct("D3DRECT", [
 ])
 
 D3DMATRIX = Struct("D3DMATRIX", [
-    (Float, "m[4][4]"),
+    (Array(Array(Float, "4"), "4"), "m"),
 ])
 
 D3DVIEWPORT8 = Struct("D3DVIEWPORT8", [