1
2void main() {
3    gl_FrontColor = gl_Color;
4    gl_Position = gl_Vertex;
5}
6