mirror of
https://github.com/minetest/minetest.git
synced 2024-11-11 02:03:46 +01:00
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
|
uniform vec4 starColor;
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
gl_FragColor = starColor;
|
||
|
}
|