precision mediump float; out vec4 color; in vec3 type_color; void main(){ color = vec4(type_color, 1); }