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

Fix invalid enums on OpenGLES #2504

Merged
merged 1 commit into from Jun 2, 2015
Merged

Conversation

ds84182
Copy link
Contributor

@ds84182 ds84182 commented Jun 2, 2015

Looks like that's a difference between GL and GLES
GL requires that enum enabled to use point size in the shader, otherwise it'll use the point size provided via glPointSize. GLES 2+ doesn't have glPointSize, so it isn't needed

@degasus
Copy link
Member

degasus commented Jun 2, 2015

LGTM

Sonicadvance1 added a commit that referenced this pull request Jun 2, 2015
Fix invalid enums on OpenGLES
@Sonicadvance1 Sonicadvance1 merged commit 17e1f64 into dolphin-emu:master Jun 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants