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