Class TraceGLES2

java.lang.Object
com.jogamp.opengl.TraceGLES3
com.jogamp.opengl.TraceGLES2
All Implemented Interfaces:
GL, GL2ES2, GL2ES3, GL3ES3, GL4ES3, GLBase, GLES2, GLES3

public class TraceGLES2 extends TraceGLES3

Composable pipeline which wraps an underlying GL implementation, providing tracing information to a user-specified PrintStream before and after each OpenGL method call.

Sample code which installs this pipeline, manual:

     gl = drawable.setGL(new TraceGL(drawable.getGL(), System.err));
 
For automatic instantiation see GLPipelineFactory.create(String, Class, GL, Object[]).

  • Constructor Details