diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-06-01 20:17:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-06-01 20:17:04 -0400 |
commit | b3c577c1d8ae32d93fe7cf3986a2a81a011b1db3 (patch) | |
tree | bdc9f409d0bffea94afc7191de83ff5e8a58e2e7 | |
parent | aeffa3bcfc1d0f66d4c6205939454eca752d4402 (diff) |
doc: Make it clear that the rendering API is unstable.
-rw-r--r-- | doc/api/rendering.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/rendering.texi b/doc/api/rendering.texi index 236863d..d24d7da 100644 --- a/doc/api/rendering.texi +++ b/doc/api/rendering.texi @@ -1,6 +1,11 @@ @node Rendering @section Rendering +@strong{Sly's rendering engine is very volatile and subject to +frequent changes currently, so the following documentation is both +incomplete and out of date. Future releases will feature a stable +rendering API.} + Keeping with the theme of declarative and functional code, Sly's rendering module provide a purely functional interface to the imperative world of OpenGL. An abstraction on top of OpenGL known as |