Package arc.profiling
Interface GLErrorListener
public interface GLErrorListener
Listener for GL errors detected by
GLProfiler
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GLErrorListener
Listener that will log using Log.error GL error name and GL function.static final GLErrorListener
Listener that will throw a ArcRuntimeException with error name. -
Method Summary
-
Field Details
-
LOGGING_LISTENER
Listener that will log using Log.error GL error name and GL function. -
THROWING_LISTENER
Listener that will throw a ArcRuntimeException with error name.
-
-
Method Details
-
onError
void onError(int error) Put your error logging code here.- See Also:
-