X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wrappers%2Fgltrace.py;h=3e01e40eb72010e9fae5887509514d3762e0a91e;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=feb96e44276842d515efd79b254946708ad74c6f;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/wrappers/gltrace.py b/wrappers/gltrace.py index feb96e4..3e01e40 100644 --- a/wrappers/gltrace.py +++ b/wrappers/gltrace.py @@ -337,7 +337,7 @@ class GlTracer(Tracer): print ' if (!procPtr) {' print ' return procPtr;' print ' }' - for function in api.functions: + for function in api.getAllFunctions(): ptype = function_pointer_type(function) pvalue = function_pointer_value(function) print ' if (strcmp("%s", (const char *)procName) == 0) {' % function.name