mkxp-sunshine/shader/flatColor.frag

7 lines
65 B
GLSL

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