]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
Check for and report OpenGL errors after each function call
[gldbg.git] / source / functions.enum.t
1 # $Id$
2 :enum Function
3 :{
4 :       FUNC_NONE,
5 wl('    FUNC_%s,', func.name.upper())
6 :       FUNC_GLDERROR = 0x8000
7 :};