blob: 12dbcb220b23faa9c4ceae8baeea7e895bad81b2 [file] [log] [blame]
#version 330
void main()
{
gl_FragColor = vec4(1.0);
}