]> git.tdb.fi Git - libs/gl.git/blob - demos/desertpillars/data/sphere_shadow.glsl
1064389c6b8ab286aa53c970a27020a9311b0b30
[libs/gl.git] / demos / desertpillars / data / sphere_shadow.glsl
1 import common;
2 import sphere_morph;
3
4 #pragma MSP stage(fragment)
5 void main()
6 {
7         frag_color = vec4(1.0);
8 }