From: José Fonseca Date: Thu, 19 Jan 2012 10:48:09 +0000 (+0000) Subject: Update/correct bind glBindFramebuffer* names. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c98ca8dc4ec337d6c774fe0bd61c1f50cda692c4;p=apitrace Update/correct bind glBindFramebuffer* names. --- diff --git a/glretrace.py b/glretrace.py index e650c54..95f3516 100644 --- a/glretrace.py +++ b/glretrace.py @@ -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