opengl2/src/single_color_rotate.fp.glsl

7 lines
65 B
GLSL

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