1
0
2021-02-14 09:58:28 +01:00

7 lines
72 B
GLSL

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