|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Different modes of displaying the geometry. More...
Public Member Functions | |
| abstract void | display (GL3VAODemo t, GL3bc gl) |
Public Attributes | |
| CPU_SRC | |
| VBO_ONLY | |
| Traditional one without using VAO. More... | |
| VBO_VAO | |
| Using VAOs throws [incorrectly as of JOGL 2.0rc11] a GLException. More... | |
Different modes of displaying the geometry.
Definition at line 85 of file TestBug692GL3VAONEWT.java.
|
abstract |
| com.jogamp.opengl.test.junit.jogl.acore.TestBug692GL3VAONEWT.GL3VAODemo.Mode.CPU_SRC |
Definition at line 91 of file TestBug692GL3VAONEWT.java.
| com.jogamp.opengl.test.junit.jogl.acore.TestBug692GL3VAONEWT.GL3VAODemo.Mode.VBO_ONLY |
Traditional one without using VAO.
Definition at line 99 of file TestBug692GL3VAONEWT.java.
| com.jogamp.opengl.test.junit.jogl.acore.TestBug692GL3VAONEWT.GL3VAODemo.Mode.VBO_VAO |
Using VAOs throws [incorrectly as of JOGL 2.0rc11] a GLException.
Definition at line 107 of file TestBug692GL3VAONEWT.java.