mirror of
https://github.com/minetest/minetest.git
synced 2025-04-03 00:42:46 +02:00
7 lines
85 B
GLSL
7 lines
85 B
GLSL
uniform lowp vec4 materialColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = materialColor;
|
|
}
|