2 gltrace - trace opengl calls
5 gltrace [OPTION] command [arg ...]
10 -t time stamp log entries
11 -e check for and log errors. errors occurring between
12 glBegin() and glEnd() are checked at glEnd()
13 -v verbose. Shows configuration settings passed to
15 -l LOGFILE logfile. Default is stderr
18 Not all OpenGL extensions are known and traced by gltrace. Extension
19 functions not initialized using glXGetProcAddress(ARB) will not be
23 Thomas Sondergaard (ts_news1 'at' sondergaard.cc)