PistonDevelopers / shader_version

A helper library for detecting and picking compatible shaders
MIT License
1 stars 9 forks source link

Add enum for OpenGL ES shaders. Also, WebGL. #39

Open qrlpx opened 10 years ago

qrlpx commented 10 years ago

Note that ES and Web use exactly the same shading language specs, but specify different version-numbers.

bvssvni commented 9 years ago

Would it be possible to just use GLSL in those cases?