Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.profiling |
Modifier and Type | Field and Description |
---|---|
static GL20 |
Gdx.gl |
static GL20 |
Gdx.gl20 |
Modifier and Type | Method and Description |
---|---|
GL20 |
Graphics.getGL20() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setGL20(GL20 gl20)
Set the GL20 instance
|
Modifier and Type | Interface and Description |
---|---|
interface |
GL30
OpenGL ES 3.0
|
Modifier and Type | Class and Description |
---|---|
class |
GL20Interceptor |
class |
GL30Interceptor |
class |
GLInterceptor |
Modifier and Type | Field and Description |
---|---|
protected GL20 |
GL20Interceptor.gl20 |
Constructor and Description |
---|
GL20Interceptor(GLProfiler glProfiler,
GL20 gl20) |