diff options
| author | 3gg <3gg@shellblade.net> | 2026-02-13 10:27:58 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-02-13 10:27:58 -0800 |
| commit | 77f9dbee1721518e09f0beed10b3dbb78d893b08 (patch) | |
| tree | b9b26485ef1cff497867e120ae27428c6f82c029 /doc/pipeline.txt | |
| parent | 5f7855b6aa0e3338625eb7d30e8ccc5b74050bbf (diff) | |
Ambient lighting. Defer texture filtering
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 | ||
