uniform mat4 mvp; attribute vec4 vert_color; varying vec4 color; void main(void) { gl_Position = mvp * gl_Vertex; color = abs(vert_color); }