hottub/res/shader/blob.frag

6 lines
94 B
GLSL
Raw Normal View History

2013-03-27 03:56:27 +00:00
void main()
{
// Setting Each Pixel To Red
gl_FragColor = vec4(1.0, 1.0, 0.0, 1.0);
}