Split GI effects and fix stereoscopic rendering of GI effects

This commit is contained in:
Bastiaan Olij
2022-05-20 12:52:19 +10:00
parent c18d0f2035
commit 997810e417
52 changed files with 2149 additions and 1275 deletions

View File

@ -7,3 +7,4 @@ env.add_source_files(env.drivers_sources, "*.cpp")
SConscript("shaders/SCsub")
SConscript("storage/SCsub")
SConscript("effects/SCsub")
SConscript("environment/SCsub")