new file mode 100644
@@ -0,0 +1,11 @@
+#version 110
+
+uniform float blue;
+void main()
+{
+ gl_FragColor = vec4(1.0, 0.5, blue, 1.0);
+}