A pile of gross hacks, but works in a browser so it's all justified.
[mandelwow.git] / solid.frag
index 7d1a7c771d1dcc250138f098f82faa206833288f..c7e5a5156d218c0460332fe2d1b2e2def9ee8c21 100644 (file)
@@ -1,7 +1,5 @@
-#version 140
-
-out vec4 color;
+#version 100
 
 void main() {
-    color = vec4(1.0, 1.0, 1.0, 1.0);
+    gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
 }