screen-relative events
[andemo] / sdr / foo-notex.p.glsl
1 varying vec4 color;
2
3 void main()
4 {
5         gl_FragColor = color;
6 }