Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Brian Paul 65ced47453 Thomas Sondergaard's API tracer 19 年前
..
Makefile Thomas Sondergaard's API tracer 19 年前
README Thomas Sondergaard's API tracer 19 年前
gltrace Thomas Sondergaard's API tracer 19 年前
gltrace.py Thomas Sondergaard's API tracer 19 年前
gltrace_support.cc Thomas Sondergaard's API tracer 19 年前
gltrace_support.h Thomas Sondergaard's API tracer 19 年前

README

NAME
gltrace - trace opengl calls

SYNOPSIS
gltrace [OPTION] command [arg ...]

DESCRIPTION
-h help (this text)
-c log gl calls
-t time stamp log entries
-e check for and log errors. errors occurring between
glBegin() and glEnd() are checked at glEnd()
-v verbose. Shows configuration settings passed to
gltrace.so
-l LOGFILE logfile. Default is stderr

PROBLEMS
Not all OpenGL extensions are known and traced by gltrace. Extension
functions not initialized using glXGetProcAddress(ARB) will not be
traced.

AUTHOR
Thomas Sondergaard (ts_news1 'at' sondergaard.cc)