aboutsummaryrefslogtreecommitdiff
path: root/data/shaders/README.shaders
diff options
context:
space:
mode:
Diffstat (limited to 'data/shaders/README.shaders')
-rw-r--r--data/shaders/README.shaders5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/shaders/README.shaders b/data/shaders/README.shaders
new file mode 100644
index 0000000..3bc8c88
--- /dev/null
+++ b/data/shaders/README.shaders
@@ -0,0 +1,5 @@
+This directory contains the shader sources used by glmark2 benchmarks.
+
+Note that many of the shaders are either incomplete or are templates and can't
+be used directly! Missing pieces (eg constants, precision statements, actual
+code) are added dynamically at runtime.