X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=d3d8.py;h=f579a9b40617733f19d243d6532bc8e73a759cd0;hb=4d0ef5d3d040704f61e0814c9260c1a2ca11c24d;hp=f5fb76ea917763c36c5c2ce3f4e9f8fe05b17807;hpb=288a9bca5c27be80f4e58e3a39ac7b1429f967aa;p=apitrace diff --git a/d3d8.py b/d3d8.py index f5fb76e..f579a9b 100644 --- a/d3d8.py +++ b/d3d8.py @@ -288,7 +288,7 @@ class D3D8Tracer(DllTracer): def dump_arg_instance(self, function, arg): # Dump shaders as strings if function.name in ('CreateVertexShader', 'CreatePixelShader') and arg.name == 'pFunction': - print ' DumpShader(__writer, %s);' % (arg.name) + print ' DumpShader(Trace::localWriter, %s);' % (arg.name) return DllTracer.dump_arg_instance(self, function, arg)