From 9224412274e1e1a31a959083bb257a7d6ab2b113 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 20:40:12 -0400 Subject: Add Sly manual. --- manuals/sly/Rendering.html | 108 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 manuals/sly/Rendering.html (limited to 'manuals/sly/Rendering.html') diff --git a/manuals/sly/Rendering.html b/manuals/sly/Rendering.html new file mode 100644 index 0000000..48d44f7 --- /dev/null +++ b/manuals/sly/Rendering.html @@ -0,0 +1,108 @@ + + + + + +Sly: Rendering + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: API Reference   [Contents][Index]

+
+
+ +

4.5 Rendering

+ +

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 +“render combinators” provide a convenient way to describe and +compose rendering pipelines. +

+ + + + + + + + + + + + + + + + + -- cgit v1.2.3