Class TraceGL3bc

java.lang.Object
com.jogamp.opengl.TraceGL4bc
com.jogamp.opengl.TraceGL3bc
All Implemented Interfaces:
GLLightingFunc, GLMatrixFunc, GLPointerFunc, GL, GL2, GL2ES1, GL2ES2, GL2ES3, GL2GL3, GL3, GL3bc, GL3ES3, GL4, GL4bc, GL4ES3, GLBase

public class TraceGL3bc extends TraceGL4bc

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