public class OpenGLSupportTest
extends java.lang.Object
implements com.jogamp.opengl.GLEventListener
| Constructor and Description |
|---|
OpenGLSupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
display(com.jogamp.opengl.GLAutoDrawable glAutoDrawable) |
void |
dispose(com.jogamp.opengl.GLAutoDrawable glAutoDrawable) |
protected java.lang.String[] |
getRequiredOglExtensions() |
protected java.lang.String[] |
getRequiredOglFunctions() |
void |
init(com.jogamp.opengl.GLAutoDrawable glAutoDrawable) |
static void |
main(java.lang.String[] args) |
void |
reshape(com.jogamp.opengl.GLAutoDrawable glAutoDrawable,
int i,
int i1,
int i2,
int i3) |
public void display(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)
display in interface com.jogamp.opengl.GLEventListenerpublic void dispose(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)
dispose in interface com.jogamp.opengl.GLEventListenerprotected java.lang.String[] getRequiredOglExtensions()
protected java.lang.String[] getRequiredOglFunctions()
public void init(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)
init in interface com.jogamp.opengl.GLEventListenerpublic static void main(java.lang.String[] args)
public void reshape(com.jogamp.opengl.GLAutoDrawable glAutoDrawable,
int i,
int i1,
int i2,
int i3)
reshape in interface com.jogamp.opengl.GLEventListener