mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
6 lines
80 B
GLSL
6 lines
80 B
GLSL
uniform vec4 emissiveColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = emissiveColor;
|
|
}
|