Hope I'm not bothering with issues about OpenGL ES SL v3.00 incompatibilities.
GL ES SL v1.1's texture lookup functions have been simplified from texture1D, ...1DLod, ..., ...2D..., etc. to just texture, textureLod, ... in GL ES SL v3.00.
Compare chapters texture lookup functions in
spec v1.1
spec v3.00
webpack-glsl-minifier currently mangles the texture function name.
Hope I'm not bothering with issues about OpenGL ES SL v3.00 incompatibilities.
GL ES SL v1.1's texture lookup functions have been simplified from
texture1D,...1DLod,...,...2D..., etc. to justtexture,textureLod,...in GL ES SL v3.00.Compare chapters texture lookup functions in
spec v1.1
spec v3.00
webpack-glsl-minifier currently mangles the texture function name.