summaryrefslogtreecommitdiff
path: root/doc/pipeline.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pipeline.txt')
-rw-r--r--doc/pipeline.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/pipeline.txt b/doc/pipeline.txt
new file mode 100644
index 0000000..75bd69e
--- /dev/null
+++ b/doc/pipeline.txt
@@ -0,0 +1,15 @@
1@startuml
2:G-buffer;
3fork
4 :Depth;
5fork again
6 :Normal;
7fork again
8 :Tex coords;
9fork again
10 :Tex ID;
11end fork
12:Lighting;
13:Tone map;
14:Gamma correct;
15@enduml