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