Gra_3d/shader.fsh
2017-08-10 18:16:22 +02:00

3 lines
54 B
GLSL

void main() {
gl_FragColor = vec4( 0, 1, 0, 1 );
}