Draw the sun, debug the colour and variable size
[clouds.git] / sunfrag.glsl
diff --git a/sunfrag.glsl b/sunfrag.glsl
new file mode 100644 (file)
index 0000000..1d769fa
--- /dev/null
@@ -0,0 +1,5 @@
+#version 400
+out vec4 FragColor;
+void main() {
+  FragColor = vec4(1.f,1.f,1.f,1.f);
+}