ewol/share/color.frag

6 lines
69 B
GLSL

varying vec4 f_color;
void main(void) {
gl_FragColor = f_color;
}