28package com.jogamp.opengl.demos.graph;
31import com.jogamp.opengl.GL;
32import com.jogamp.opengl.GL2ES2;
33import com.jogamp.opengl.GLAutoDrawable;
34import com.jogamp.opengl.GLProfile;
35import com.jogamp.graph.curve.opengl.RenderState;
36import com.jogamp.newt.opengl.GLWindow;
40 public GPUTextGLListener0A(
final GLProfile glp,
final int renderModes,
final int aaQuality,
final int sampleCount,
final boolean blending,
final boolean debug,
final boolean trace) {
41 super(glp, renderModes, aaQuality, sampleCount, blending, debug, trace);
66 super.dispose(drawable);
final void setColorStatic(final Vec4f rgbaColor)
An implementation of GLAutoDrawable and Window interface, using a delegated Window instance,...
Specifies the the OpenGL profile.
final RegionRenderer getRenderer()
void dispose(final GLAutoDrawable drawable)
Notifies the listener to perform the release of all OpenGL resources per GLContext,...
void init(final GLAutoDrawable drawable)
Called by the drawable immediately after the OpenGL context is initialized.
GPUTextGLListener0A(final GLProfile glp, final int renderModes, final int aaQuality, final int sampleCount, final boolean blending, final boolean debug, final boolean trace)
GPURendererListenerBase01 Keys:
void attachInputListenerTo(final GLWindow window)
Attach the input listener to the window.
void detachInputListenerFrom(final GLWindow window)
A higher-level abstraction than GLDrawable which supplies an event based mechanism (GLEventListener) ...
GL getGL()
Returns the GL pipeline object this GLAutoDrawable uses.
GL2ES2 getGL2ES2()
Casts this object to the GL2ES2 interface.
void setSwapInterval(int interval)
Set the swap interval of the current context and attached onscreen GLDrawable.
void glEnable(int cap)
Entry point to C language function: void {@native glEnable}(GLenum cap) Part of GL_ES_VERSION_2_0,...
static final int GL_DEPTH_TEST
GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0 Define "GL_DEPTH_TEST" with expr...
static final int GL_BLEND
GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0 Define "GL_BLEND" with expressio...