blob: b20acc74651f4a1e5b5c3be48f0bb479c439a090 [file] [log] [blame]
precision mediump float;
void main()
{
// Mix some white with the DOM element texture.
css_MixColor = vec4(1.0, 1.0, 1.0, 0.5);
}