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