new file mode 100644
@@ -0,0 +1,10 @@
+#version 110
+
+#extension extension
+void main()
+{
+ gl_Position = gl_Vertex;
+}