7 lines
72 B
Plaintext
Raw Normal View History

2023-02-19 21:41:32 +01:00
uniform vec4 starColor;
void main(void)
{
gl_FragColor = starColor;
}