From b3c577c1d8ae32d93fe7cf3986a2a81a011b1db3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 1 Jun 2016 20:17:04 -0400 Subject: doc: Make it clear that the rendering API is unstable. --- doc/api/rendering.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3