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