Commit 68b65a1
Vulkan: extract volumetric/CBT/vegwind pipelines to vk_volumetric_pipelines.c
Move volumetric fog layouts, compute and composite pipelines, fluid sim
compute, depth resolve, luminance, CBT terrain compute, and vegetation-wind
buffer/descriptor setup out of vk.c. Declare vk_create_volumetric_pipelines
in vk.h. Move VEGWIND_MAX_VERTS/STRIDE to vk.h for shared use. Include
vk_postfx_params.h for VkLuminancePushConstants.
Co-authored-by: Tim Fox <timfox@outlook.com>1 parent bc3f1b7 commit 68b65a1
6 files changed
Lines changed: 425 additions & 406 deletions
File tree
- docs
- src
- platform/win32/msvc2017
- renderers/vulkan
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
0 commit comments