]> git.tdb.fi Git - libs/gl.git/blob - demos/desertpillars/data/sphere_shadow.glsl
Use PBR with IBL for the sphere in desert pillars
[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 }