Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of GL_KHR_debug and EGL_KHR_debug extensions to debug GL errors #24581

Open
jdm opened this issue Oct 29, 2019 · 0 comments
Open

Make use of GL_KHR_debug and EGL_KHR_debug extensions to debug GL errors #24581

jdm opened this issue Oct 29, 2019 · 0 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Oct 29, 2019

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.

@jdm jdm added the A-gfx/rendering label Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.