Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake use of GL_KHR_debug and EGL_KHR_debug extensions to debug GL errors #24581
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.khronos.org/registry/OpenGL/extensions/KHR/KHR_debug.txt
https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_debug.txt
These define callbacks that the GL engine can call with debug messages about the internal state of the engine. We should make these optional to avoid unnecessary performance problems, but we should definitely expose this output.