]> git.cworth.org Git - apitrace/blobdiff - wrappers/d3d10_1trace.py
specs: Allow an API to spread across multiple modules.
[apitrace] / wrappers / d3d10_1trace.py
index d2f72a773c046b71ddd86e06262c7c461105b60c..3b744e426c4933c3aaf2937f964166bd6ff9ee26 100644 (file)
@@ -35,8 +35,8 @@ if __name__ == '__main__':
     print '#include "os.hpp"'
     print
     print '#include "d3d10_1imports.hpp"'
-    print '#include "d3d10shader.hpp"'
+    print '#include "d3dcommonshader.hpp"'
     print '#include "d3d10size.hpp"'
     print
     tracer = D3DCommonTracer('d3d10_1.dll')
-    tracer.traceApi(d3d10_1)
+    tracer.traceModule(d3d10_1)