mkxp-z/shader/simpleColor.frag

4 lines
80 B
GLSL

in lowp vec4 v_color;
out vec4 fragColor;
void main() { fragColor = v_color; }