]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
Add gldQueryViewport and gldReadPixels calls
[gldbg.git] / source / functions.enum.t
1 # $Id$
2 :enum
3 :{
4 :       FUNC_NONE,
5 wl('    FUNC_%s,', func.name.upper())
6 :       N_FUNCS,
7 :       FUNC_GLDERROR = 0x8000,
8 :       FUNC_GLDBREAK,
9 :       FUNC_GLDHOLD,
10 :       FUNC_GLDQUERYVIEWPORT,
11 :       FUNC_GLDREADPIXELS
12 :};