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 texture conversion shaders for GLSL ES. #299

Merged
merged 1 commit into from Apr 23, 2014

Conversation

Sonicadvance1
Copy link
Contributor

Noticed this while messing with EFB to RAM.
We were having an implicit conversion from integer to float, GLSL ES doesn't allow implicit conversion.
Changes it to a explicit conversion to float.

Noticed this while messing with EFB to RAM.
We were having an implicit conversion from integer to float, GLSL ES doesn't allow implicit conversion.
Changes it to a explicit conversion to float.
@degasus
Copy link
Member

degasus commented Apr 22, 2014

lgtm

Sonicadvance1 added a commit that referenced this pull request Apr 23, 2014
Fix texture conversion shaders for GLSL ES.
@Sonicadvance1 Sonicadvance1 merged commit 864aad6 into dolphin-emu:master Apr 23, 2014
Joern-P pushed a commit to Joern-P/dolphin that referenced this pull request Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants