Commit 48eaacc
fix: vkCreateSharedSwapchains stale bad list check
There was a backwards check for ICD surfaces in
vkCreateSharedSwapchainsKHR, causing it to always
fail if it was called with surface handles that
had been used before. The correct version of this
check now lives in the helper function
wsi_unwrap_icd_surface(), so remove this broken
and redundant one.1 parent 19c64f9 commit 48eaacc
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2207 | 2207 | | |
2208 | 2208 | | |
2209 | 2209 | | |
2210 | | - | |
2211 | | - | |
2212 | | - | |
2213 | | - | |
2214 | | - | |
2215 | | - | |
2216 | 2210 | | |
2217 | 2211 | | |
2218 | 2212 | | |
| |||
0 commit comments