<<< Scissor Test | Index | Specifying How to Blend >>> |
Without depth testing, color values overwrite one another
With depth testing, new fragments may replace old ones
Discarding further fragments does not apply with OpenGL blending: glEnable( GL_BLENDING );
Each color has a red, green, blue and alpha
See OpenGL Blending documentation for details.
<<< Scissor Test | Index | Specifying How to Blend >>> |