mkxp-freebird/shader/flatColor.frag

8 lines
66 B
GLSL

uniform lowp vec4 color;
void main()
{
gl_FragColor = color;
}