Commit 03e54ea
amalxloop
MSAA swapchain support, unity build file, sample_count tracking
- Per-swapchain MSAA color images with per-swapchain-image allocation
and 2-attachment framebuffers (MSAA color + swapchain resolve)
- Headless MSAA resolve target for offscreen rendering
- Physical device sample count capability query in sc_vulkan_init
- Add sample_count field to SCGfxContext, initialized in sc_gfx_init
- Create src/sc_kernel.c as canonical unity build TU
- Use src/sc_kernel.c in CMakeLists.txt instead of generated build-dir
file1 parent d7c88d9 commit 03e54ea
4 files changed
Lines changed: 352 additions & 176 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
118 | 94 | | |
119 | 95 | | |
120 | 96 | | |
| |||
0 commit comments