]> git.cworth.org Git - apitrace/commitdiff
Update/correct bind glBindFramebuffer* names.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Jan 2012 10:48:09 +0000 (10:48 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Jan 2012 10:48:09 +0000 (10:48 +0000)
glretrace.py

index e650c54a7fdb4c4ad939f9324cc12463c5cc0424..95f351698dd13530e9776da0278bd75ccf907d6f 100644 (file)
@@ -120,8 +120,8 @@ class GlRetracer(Retracer):
 
     bind_framebuffer_function_names = set([
         "glBindFramebuffer",
-        "glBindFramebufferARB",
         "glBindFramebufferEXT",
+        "glBindFramebufferOES",
     ])
 
     # Names of the functions that can pack into the current pixel buffer