Category:Core API Ref Debug

From OpenGL Wiki
Jump to navigation Jump to search

Functions for debugging OpenGL applications and tracking errors.

If the OpenGL context was not created as a debug context (with the CONTEXT_DEBUG_BIT set), then these functions may not do anything. The message log may be empty, enabling messages may do nothing, and the callback you set may not be called.