X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=specs%2Fglapi.py;h=ee86b3950e9a25b4c73634e27ef72e296cd79567;hb=54f304ad1c3ec54649f83ddf769746d433cd612d;hp=02684795c306177cb2dd36bbcbda84028a44d388;hpb=34c7d426901edbb2df59f92760ef382d4847fe3c;p=apitrace diff --git a/specs/glapi.py b/specs/glapi.py index 0268479..ee86b39 100644 --- a/specs/glapi.py +++ b/specs/glapi.py @@ -47,7 +47,7 @@ def GlFunction(*args, **kwargs): glapi = API('GL') -glapi.add_functions([ +glapi.addFunctions([ # GL_VERSION_1_0 GlFunction(Void, "glCullFace", [(GLenum, "mode")]), GlFunction(Void, "glFrontFace", [(GLenum, "mode")]),