matiasah / shadows

Shädows - A Shadows & Lights engine for löve
MIT License
169 stars 9 forks source link

Make shaders in Shaders.lua compatibile with ES version of GLSL for m… #1

Closed Skeletonxf closed 8 years ago

Skeletonxf commented 8 years ago

ES version of GLSL for mobile

this pull request removes all implicit float-int casts and removes all extern initializers in Shaders.lua to make the shaders run without problems on mobile, and does not affect functionality for desktop

matiasah commented 8 years ago

Thank you for your contribution!