Tagged Questions

2
votes
3answers
1k views

How does blending work with GLSL ES fragment shaders in WebGL?

I'm trying to get a simple effect to display using WebGL. Naturally, this means I'm using the fragment shader language defined in the GLSL ES 1.0 specification. The code I am working with is largely ...