2023-02-19 21:41:32 +01:00

7 lines
75 B
GLSL

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