Interface GLErrorListener


  • public interface GLErrorListener
    Listener for GL errors detected by GLProfiler.
    See Also:
    GLProfiler
    • Field Detail

      • LOGGING_LISTENER

        static final GLErrorListener LOGGING_LISTENER
        Listener that will log using Gdx.app.error GL error name and GL function.
      • THROWING_LISTENER

        static final GLErrorListener THROWING_LISTENER
        Listener that will throw a GdxRuntimeException with error name.