X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wgltrace.py;h=5ab4c0fa43228f17212cb0b11ac9156475cd3bc6;hb=041e5be6105ab6b43841f525b17afb6d982323b0;hp=e95a31b8722dea98650c9873e7091707529458b4;hpb=14c21bc57f0772c50850c4a91c0668cd4e6e45b6;p=apitrace diff --git a/wgltrace.py b/wgltrace.py index e95a31b..5ab4c0f 100644 --- a/wgltrace.py +++ b/wgltrace.py @@ -35,8 +35,6 @@ from gltrace import GlTracer from codegen import * - - class WglTracer(GlTracer): def get_function_address(self, function): @@ -103,8 +101,8 @@ __getPublicProcAddress(LPCSTR lpProcName) print 'extern "C" {' print api = API() - api.add_api(wglapi) api.add_api(glapi) + api.add_api(wglapi) tracer = WglTracer() tracer.trace_api(api) print