X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fglesapi.py;h=6d51fe07e4ff8f2294943cdd52cc177ae27875a0;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=46c6ef02888e363f5b93aa4633e26c9ed1be9cb8;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;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