Commit 464bb7b
Vulkan: extract volumetric fog pass to vk_volumetric_pass_compute.c
Move local spot/point shadow render passes, shadow matrix helpers,
froxel compute dispatch, history copy, volumetric composite, SMAA
subpasses, vk_reset_volumetric_history, and vk_volumetric_fog_pass out of
vk.c. Keep vk_local_shadow_flip_matrix with the shadow view code.
Update MSVC project and ARCHITECTURE.md.
Co-authored-by: Tim Fox <timfox@outlook.com>1 parent b8b1258 commit 464bb7b
5 files changed
Lines changed: 978 additions & 968 deletions
File tree
- docs
- src
- platform/win32/msvc2017
- renderers/vulkan
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
0 commit comments