commit | 5ef3a2c06d474891a667ef66ffd7aaa52af5fc04 | [log] [tgz] |
---|---|---|
author | Brian <brian.paul@tungstengraphics.com> | Tue Nov 27 10:27:55 2007 -0700 |
committer | Brian <brian.paul@tungstengraphics.com> | Tue Nov 27 10:31:55 2007 -0700 |
tree | f0092df51d2b907e56a9c0e90b8e17a847da772f | |
parent | 4fe3bf2d77aeb289d2f1c7c695206c2e7889c5ed [diff] [blame] |
document GLSL float f/F suffix bug
diff --git a/docs/shading.html b/docs/shading.html index 0e1a5e1..0a9f5f3 100644 --- a/docs/shading.html +++ b/docs/shading.html
@@ -48,6 +48,7 @@ <li>The inverse trig functions asin(), acos(), and atan() are not implemented <li>The gl_Color and gl_SecondaryColor varying vars are interpolated without perspective correction +<li>Floating point literal suffixes 'f' and 'F' aren't allowed. </ul> <p>