1
0

7 lines
72 B
Plaintext
Raw Normal View History

2021-02-13 22:16:18 +01:00
uniform vec4 starColor;
void main(void)
{
gl_FragColor = starColor;
}