gl-error-log


Vocabulary
opengl.annotations

Variable description
A vector of OpenGL errors logged by log-gl-errors. Each log entry has the following tuple slots:
function is the OpenGL function that raised the error.
error is the OpenGL error code.
timestamp is the time the error was logged.

The error log is emptied using the clear-gl-error-log word.

Variable value
Current value in global namespace:


Definition