mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
4 lines
46 B
GLSL
4 lines
46 B
GLSL
void main(void)
|
|
{
|
|
gl_FragColor = gl_Color;
|
|
}
|