aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
blob: c30ef4d78504e6b986071f0ca6ea4726b0902840 (plain)
1
2
3
4
#version 120
void main(){
	gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}