Home | Trees | Indices | Help |
|
---|
|
Trace calls to OpenGL With this module, you can trace all calls made to OpenGL through PyOpenGL. To do this, substitute import OpenGL.GL as gl with import VisionEgg.GLTrace as gl in your code. Also, trace another module's use of OpenGL by changing its reference to OpenGL.GL to a reference to VisionEgg.GLTrace.
Classes | |
Wrapper |
Functions | |||
|
|||
|
Variables | |
gl_constants = {}
|
|
raw_args_by_function = {'glColor': [0, 1, 2, 3], 'glColorf': [
|
|
bitmasks_by_function = {'glClear': [0],}
|
|
bitmask_names_by_value = {gl.GL_COLOR_BUFFER_BIT: 'GL_COLOR_BU
|
Variables Details |
raw_args_by_function
|
bitmask_names_by_value
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sat Jun 7 09:06:46 2008 | http://epydoc.sourceforge.net |