X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fglesapi.py;h=6d51fe07e4ff8f2294943cdd52cc177ae27875a0;hb=HEAD;hp=46c6ef02888e363f5b93aa4633e26c9ed1be9cb8;hpb=1f94577d8c4b1c1a2a1a8f3dceb0daac02dd72b7;p=apitrace diff --git a/specs/glesapi.py b/specs/glesapi.py index 46c6ef0..6d51fe0 100644 --- a/specs/glesapi.py +++ b/specs/glesapi.py @@ -40,7 +40,7 @@ def GlFunction(*args, **kwargs): return Function(*args, **kwargs) -glesapi = API('GLES') +glesapi = Module('GLES') # OpenGL ES specific functions