]> git.tdb.fi Git - libs/gl.git/blob - data/sphere_shadow.glsl
Check the flat qualifier from the correct member
[libs/gl.git] / 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 }