// Simply pass postition and color to the fragment shader void main() { gl_FrontColor = gl_Color; gl_Position = ftransform(); }