X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wrappers%2Fcgltrace.py;h=e9dee975db9c212eb22883d835f2b8ede48c3aff;hb=1b6c87507810fe2d72c81fc109110c1ca25ce94f;hp=ea2267cf1c5ff1c1bb817f9a3069cbc2e3b58b55;hpb=7e351daaeb23a1fbc31b8af1a08d969676bfd704;p=apitrace diff --git a/wrappers/cgltrace.py b/wrappers/cgltrace.py index ea2267c..e9dee97 100644 --- a/wrappers/cgltrace.py +++ b/wrappers/cgltrace.py @@ -24,7 +24,7 @@ ##########################################################################/ -"""Cgl tracing generator.""" +"""CGL tracing generator.""" from gltrace import GlTracer @@ -36,7 +36,7 @@ from specs.cglapi import cglapi class CglTracer(GlTracer): def isFunctionPublic(self, function): - # The symbols visible in libGL.dylib can vary, so expose them all + # all OpenGL symbols are visible on MacOSX return True @@ -58,7 +58,7 @@ if __name__ == '__main__': api.addApi(cglapi) api.addApi(glapi) tracer = CglTracer() - tracer.trace_api(api) + tracer.traceApi(api) print r'''