mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
7 lines
85 B
GLSL
7 lines
85 B
GLSL
uniform lowp vec4 emissiveColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = emissiveColor;
|
|
}
|