mirror of
https://github.com/minetest/minetest.git
synced 2025-01-10 15:27:29 +01:00
7 lines
85 B
GLSL
7 lines
85 B
GLSL
uniform lowp vec4 materialColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = materialColor;
|
|
}
|