mirror of
https://github.com/minetest/minetest.git
synced 2025-04-09 03:41:37 +02:00
7 lines
80 B
GLSL
7 lines
80 B
GLSL
uniform vec4 emissiveColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = emissiveColor;
|
|
}
|