test/good.vert
e0fdd020
 #version 110
 
 
 void main() {
     gl_Position = gl_Vertex;
 }