OUTPUT uniform float alphaLevel; void main() { outColor = vec4(0.0, 0.0, 0.0, alphaLevel); }