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