| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.profiling |
| Modifier and Type | Field and Description |
|---|---|
static GLErrorListener |
GLProfiler.listener
This listener will be called when GLProfiler is enabled and any GL call sets an error number (retrievable by glGetError call).
|
static GLErrorListener |
GLErrorListener.LOGGING_LISTENER
Listener that will log using Gdx.app.error GL error name and GL function.
|
static GLErrorListener |
GLErrorListener.THROWING_LISTENER
Listener that will throw a GdxRuntimeException with error name.
|