From ae99e4c67ebc3adb0b71e427723f34085801c3ac Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Aug 2009 12:52:13 -0600 Subject: progs/glsl: new shtest program, a simple shader test harness app This commit includes some sample config files (*.shtest) --- progs/glsl/mandelbrot.shtest | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 progs/glsl/mandelbrot.shtest (limited to 'progs/glsl/mandelbrot.shtest') diff --git a/progs/glsl/mandelbrot.shtest b/progs/glsl/mandelbrot.shtest new file mode 100644 index 00000000000..f5cca2295f2 --- /dev/null +++ b/progs/glsl/mandelbrot.shtest @@ -0,0 +1,14 @@ +vs CH18-mandel.vert +fs CH18-mandel.frag +uniform LightPosition 0.1 0.1 9.0 +uniform SpecularContribution 0.5 +uniform DiffuseContribution 0.5 +uniform Shininess 20.0 +uniform Iterations 12 +uniform Zoom 0.125 +uniform Xcenter -1.5 +uniform Ycenter .005 +uniform InnerColor 1 0 0 +uniform OuterColor1 0 1 0 +uniform OuterColor2 0 0 1 + -- cgit v1.2.3