]> git.tdb.fi Git - gldbg.git/blobdiff - source/glwrap.funcs.t
Allow tagging funtions for handcoding in templates
[gldbg.git] / source / glwrap.funcs.t
index a58a1c5288f96a01018c282280e02d052d6eab9f..59bdb47b216e5e71506731bb4c0d2c0b63b2c8ae 100644 (file)
@@ -1,4 +1,7 @@
 # $Id$
+!handcode glGetError
+!handcode glXGetProcAddress
+!handcode glXGetProcAddressARB
 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]))