5 lines
46 B
Plaintext
Raw Normal View History

void main(void)
{
gl_FragColor = gl_Color;
}