-
Notifications
You must be signed in to change notification settings - Fork 162
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
glPushDebugGroupKHR jumping at the wrong offset into the dispatch table #277
Comments
This looks like a GL driver issue. Actually: did you create a debug GL context? You need a debug context in order to push a debug group. |
I have updated the AMD driver package, but to no avail. However I experience the same issue in calls to I am starting to wonder if this ain't something similar to what's mentioned in #265? I'll try to dig further... Thank you! |
Ok, I have some updates:
This is also explained in https://github.com/anholt/libepoxy/blob/1.5.10/README.md#known-issues-when-running-on-windows So this issue should be taken back to GTK. Not sure though if libepoxy could be made better, like e.g fail with a message |
Epoxy reports that the
GL_KHR_debug
extension is supported, but when callingglPushDebugGroupKHR
it actually jumps at the dispatch entry forglProgramUniformMatrix2x4fvEXT
, which happens to ba unavailable on my system, and then the application crashes.See https://gitlab.gnome.org/GNOME/gtk/-/issues/5128
The text was updated successfully, but these errors were encountered: