OpenGL ES Shader help (Blending)
- by Chris
Earlier I required assistance getting to grips with how to retain the alpha channel of a transparent texture in my colourised texture shader program.
Whilst playing with that first version of my program (before obtaining the solution to my first requirement), I managed to enable transparency for the whole texture (effectively blending via GLSL),…