Files
linguist/samples/GLSL/myfragment.frg
2014-06-26 09:25:40 -05:00

6 lines
63 B
GLSL

varying vec4 v_color;
void main()
{
gl_FragColor = v_color;
}