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

VideoBackends: fix opengl object label identifier #10531

Merged
merged 1 commit into from Mar 24, 2022

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Mar 24, 2022

The object label was using an invalid enumeration as the identifier that wasn't valid in the OpenGL spec. In most implementations this warns but in some implementations it can cause a crash!

Fixes https://bugs.dolphin-emu.org/issues/12868

…meration as the identifier parameter. Most implementations will warn in this case but there is an implementation that will crash (ANGLE)
@JosJuice JosJuice merged commit c8f4800 into dolphin-emu:master Mar 24, 2022
10 checks passed
@iwubcode iwubcode deleted the opengl_objlabel_fix branch March 24, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants