Class TLcdGLTraceGL

java.lang.Object
com.luciad.view.opengl.binding.TLcdGLTraceGL
All Implemented Interfaces:
ILcdGL

public class TLcdGLTraceGL extends Object implements ILcdGL
ILcdGL wrapper implementation which prints the name of each invoked OpenGL call to a given PrintStream along with the values of its arguments. If no stream is passed to the constructor, System.out is used.