summaryrefslogtreecommitdiffstats
path: root/progs/glsl/mandelbrot.shtest
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2009-08-13 12:52:13 -0600
committerBrian Paul <[email protected]>2009-08-13 12:52:13 -0600
commitae99e4c67ebc3adb0b71e427723f34085801c3ac (patch)
treeaf58f9b6a8adcf9bed2ed6effd548c8c884ae10d /progs/glsl/mandelbrot.shtest
parent03ba461c1956a466f1c6cb885d208b7a7ac4b4fe (diff)
progs/glsl: new shtest program, a simple shader test harness app
This commit includes some sample config files (*.shtest)
Diffstat (limited to 'progs/glsl/mandelbrot.shtest')
-rw-r--r--progs/glsl/mandelbrot.shtest14
1 files changed, 14 insertions, 0 deletions
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
+