diff options
-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 |