]> git.tdb.fi Git - gldbg.git/blobdiff - source/glwrap.funcs.t
Add GLES2 flavor (gldbg doesn't build yet, glwrap.so and gldump do)
[gldbg.git] / source / glwrap.funcs.t
index 17e711b870124d46244a37789995d955384dddf4..6770ec780c7a169e661c0b0f3197a246e2ce83a9 100644 (file)
@@ -4,6 +4,7 @@
 !handcode glGetError
 !handcode glXGetProcAddress
 !handcode glXGetProcAddressARB
+!handcode eglGetProcAddress
 wl('%s APIENTRY %s(%s)', ret.ctype, func.name, ", ".join([p.ctype+" "+p.name for p in params]))
 wl('{')
 wl('   static %s (*orig)(%s);', ret.ctype, ", ".join([p.ctype for p in params]))