7 lines
72 B
Plaintext
Raw Normal View History

uniform vec4 starColor;
void main(void)
{
gl_FragColor = starColor;
}