minetest/client/shaders/stars_shader/opengl_fragment.glsl

7 lines
72 B
GLSL

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