]> git.cworth.org Git - apitrace/blobdiff - wrappers/d3d10_1trace.py
Factor the proc address wrapping into gltrace.py
[apitrace] / wrappers / d3d10_1trace.py
index 1a4443b09110d0482660a01b31cd785fb13194fc..666228e6fff9ea120ecf8d624cc694eac991452b 100644 (file)
@@ -43,4 +43,4 @@ if __name__ == '__main__':
     print '#include <d3dx10.h>'
     print
     tracer = DllTracer('d3d10_1.dll')
-    tracer.trace_api(d3d10_1)
+    tracer.traceApi(d3d10_1)