Commit fdf619e
Vulkan: extract framebuffer create/destroy to vk_framebuffers.c
- Move vk_create_framebuffers and vk_destroy_framebuffers out of vk.c
- OIT path uses vk_get_main_rasterization_samples() instead of file-local vkSamples
- MSVC vcxproj + filters; document in ARCHITECTURE.md
Co-authored-by: Tim Fox <timfox@outlook.com>1 parent 28996ad commit fdf619e
6 files changed
Lines changed: 528 additions & 503 deletions
File tree
- docs
- src
- platform/win32/msvc2017
- renderers/vulkan
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments