]> git.cworth.org Git - apitrace/blobdiff - wrappers/d3d8trace.py
Factor the proc address wrapping into gltrace.py
[apitrace] / wrappers / d3d8trace.py
index 09377cb3dc3f3e9019e17a8f740a80abfd55ff48..5219094b3e7d56d1e27658985b9abd3df750349a 100644 (file)
@@ -50,5 +50,5 @@ if __name__ == '__main__':
     print '#include "os.hpp"'
     print
     tracer = D3D8Tracer('d3d8.dll')
-    tracer.trace_api(d3d8)
+    tracer.traceApi(d3d8)