diff options
author | Chris Forbes <chrisf@ijw.co.nz> | 2013-11-24 17:44:06 +1300 |
---|---|---|
committer | Chris Forbes <chrisf@ijw.co.nz> | 2013-11-25 21:18:33 +1300 |
commit | f6159afa19d5e63784801ea9cbeae19162bf5876 (patch) | |
tree | beb7a51abe9a626e72968b4ff1b6b3b0d5898a0e /docs/shading.html | |
parent | 72cae2a599881e926b8709f4dfa2cc3591ea7a02 (diff) |
docs: bump supported shading language version
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs/shading.html')
-rw-r--r-- | docs/shading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html index 19e20b183b6..4015cdf2e22 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -67,7 +67,7 @@ Example: export MESA_GLSL=dump,nopt <h2 id="support">GLSL Version</h2> <p> -The GLSL compiler currently supports version 1.40 of the shading language. +The GLSL compiler currently supports version 3.30 of the shading language. </p> <p> |