diff options
Diffstat (limited to 'doc/pipeline.txt')
| -rw-r--r-- | doc/pipeline.txt | 15 |
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; | ||
| 3 | fork | ||
| 4 | :Depth; | ||
| 5 | fork again | ||
| 6 | :Normal; | ||
| 7 | fork again | ||
| 8 | :Tex coords; | ||
| 9 | fork again | ||
| 10 | :Tex ID; | ||
| 11 | end fork | ||
| 12 | :Lighting; | ||
| 13 | :Tone map; | ||
| 14 | :Gamma correct; | ||
| 15 | @enduml | ||
