working on the demosystem, added libtreestore
[andemo] / sdr / foo-notex.p.glsl
diff --git a/sdr/foo-notex.p.glsl b/sdr/foo-notex.p.glsl
new file mode 100644 (file)
index 0000000..8bd9162
--- /dev/null
@@ -0,0 +1,4 @@
+void main()
+{
+       gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
+}