#version 130 /* Interpolated color */ in vec4 i_color; /* Fragment color */ out vec4 frag_color; void main(void) { frag_color = i_color; }