X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fsphere_shadow.glsl;h=c76106ec0b42b581fd28cb7bd5aaea2154e018ff;hb=a01be4f86739fec1ab25d5dc2180c9b0a1a5380c;hp=1064389c6b8ab286aa53c970a27020a9311b0b30;hpb=e03a752116ab28283bf89dddf1228804cc853a7b;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/sphere_shadow.glsl b/demos/desertpillars/data/sphere_shadow.glsl index 1064389c..c76106ec 100644 --- a/demos/desertpillars/data/sphere_shadow.glsl +++ b/demos/desertpillars/data/sphere_shadow.glsl @@ -1,8 +1,2 @@ -import common; +import occluder; import sphere_morph; - -#pragma MSP stage(fragment) -void main() -{ - frag_color = vec4(1.0); -}