|
| static void | main (final String[] args) |
| |
|
| void | init (final GLAutoDrawable drawable) |
| | Called by the drawable immediately after the OpenGL context is initialized. More...
|
| |
| void | display (final GLAutoDrawable drawable) |
| | Called by the drawable to initiate OpenGL rendering by the client. More...
|
| |
| void | reshape (final GLAutoDrawable drawable, final int x, final int y, final int width, final int height) |
| | Called by the drawable during the first repaint after the component has been resized. More...
|
| |
| void | dispose (final GLAutoDrawable drawable) |
| | Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs. More...
|
| |
| void | init (GLAutoDrawable drawable) |
| | Called by the drawable immediately after the OpenGL context is initialized. More...
|
| |
| void | dispose (GLAutoDrawable drawable) |
| | Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs. More...
|
| |
| void | display (GLAutoDrawable drawable) |
| | Called by the drawable to initiate OpenGL rendering by the client. More...
|
| |
| void | reshape (GLAutoDrawable drawable, int x, int y, int width, int height) |
| | Called by the drawable during the first repaint after the component has been resized. More...
|
| |
Definition at line 3 of file Issue344Test4.java.
◆ getText()
| String com.jogamp.opengl.test.bugs.Issue344Test4.getText |
( |
| ) |
|
|
protected |
◆ main()
| static void com.jogamp.opengl.test.bugs.Issue344Test4.main |
( |
final String[] |
args | ) |
|
|
static |
The documentation for this class was generated from the following file: