mkxp/shader/simpleColor.frag

8 lines
70 B
GLSL

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