progs/glsl: new shtest program, a simple shader test harness app
[mesa.git] / progs / glsl / mandelbrot.shtest
1 vs CH18-mandel.vert
2 fs CH18-mandel.frag
3 uniform LightPosition 0.1 0.1 9.0
4 uniform SpecularContribution 0.5
5 uniform DiffuseContribution 0.5
6 uniform Shininess 20.0
7 uniform Iterations 12
8 uniform Zoom 0.125
9 uniform Xcenter -1.5
10 uniform Ycenter .005
11 uniform InnerColor 1 0 0
12 uniform OuterColor1 0 1 0
13 uniform OuterColor2 0 0 1
14