From 77f9dbee1721518e09f0beed10b3dbb78d893b08 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 13 Feb 2026 10:27:58 -0800 Subject: Ambient lighting. Defer texture filtering --- doc/pipeline.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/pipeline.txt (limited to 'doc/pipeline.txt') 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 @@ +@startuml +:G-buffer; +fork + :Depth; +fork again + :Normal; +fork again + :Tex coords; +fork again + :Tex ID; +end fork +:Lighting; +:Tone map; +:Gamma correct; +@enduml -- cgit v1.2.3