1
0
mirror of https://github.com/MCLx86/xtreemtest.git synced 2025-04-11 20:55:03 +02:00
2022-10-08 17:16:13 -04:00

7 lines
75 B
GLSL

varying lowp vec4 varColor;
void main(void)
{
gl_FragColor = varColor;
}