diff options
author | Brian <brian@yutani.localnet.net> | 2007-03-27 16:05:25 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-03-27 16:06:48 -0600 |
commit | 05e6fd8398843ac0d6609a5efd1555ad1bf6a829 (patch) | |
tree | 2d87a2827a7f0b6363127b559b116a80f6af6c50 /docs | |
parent | e5d00e8cf4659f03fe3061326a24b6a670f7c8f2 (diff) |
added ftransform() comment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/shading.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/shading.html b/docs/shading.html index ef54666d80..4e8f18676b 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -66,6 +66,8 @@ All other major features of the shading language should function. <li>Shader error detection and reporting of errors (InfoLog) is not very good yet. <li>There are known memory leaks in the compiler. +<li>The ftransform() function doesn't necessarily match the results of + fixed-function transformation. </ul> <p> |