Uses of Interface
com.badlogic.gdx.graphics.profiling.GLErrorListener
-
Packages that use GLErrorListener Package Description com.badlogic.gdx.graphics.profiling -
-
Uses of GLErrorListener in com.badlogic.gdx.graphics.profiling
Fields in com.badlogic.gdx.graphics.profiling declared as GLErrorListener Modifier and Type Field Description static GLErrorListenerGLErrorListener. LOGGING_LISTENERListener that will log using Gdx.app.error GL error name and GL function.static GLErrorListenerGLErrorListener. THROWING_LISTENERListener that will throw a GdxRuntimeException with error name.Methods in com.badlogic.gdx.graphics.profiling that return GLErrorListener Modifier and Type Method Description GLErrorListenerGLProfiler. getListener()Methods in com.badlogic.gdx.graphics.profiling with parameters of type GLErrorListener Modifier and Type Method Description voidGLProfiler. setListener(GLErrorListener errorListener)Set the current listener for theGLProfilertoerrorListener
-