mkxp-sunshine/shader/simpleColor.frag

7 lines
69 B
GLSL

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