Class TLcdGLDebugGL

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

public class TLcdGLDebugGL extends Object implements ILcdGL
ILcdGL wrapper implementation that performs a glGetError call after each delegated OpenGL call. If an error is encountered, it is converted into a TLcdGLException.