Package | Description |
---|---|
com.badlogic.gdx.graphics.profiling |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GLErrorListener |
GLProfiler.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
GLProfiler.setListener(GLErrorListener errorListener)
Set the current listener for the
GLProfiler to errorListener |