I don't think I'll bother any more with this, so I'll just make it start
[ld42_outofspace] / sdr / sph.p.glsl
1 void main()
2 {
3         gl_FragColor.rgb = vec3(1.0, 0.0, 0.0);
4         gl_FragColor.a = 1.0;
5 }