A pile of gross hacks, but works in a browser so it's all justified.
[mandelwow.git] / solid.vert
index aaacaa93b0691b8ab3bf4d93ee7fcd820b71bf4f..e66723f66ab3934681ccae6224602e1dd5ec3b05 100644 (file)
@@ -1,5 +1,5 @@
-#version 140
-in vec3 position;
+#version 100
+attribute vec3 position;
 uniform mat4 perspective;
 uniform mat4 view;
 uniform mat4 model;