mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
hk: Enable missing swapchainMaintenance1 support
This was inconsistent with claiming the extension is supported, and that trips up GTK4. Signed-off-by: Asahi Lina <lina@asahilina.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
parent
d449800e46
commit
cf0261980a
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ hk_get_device_features(
|
|||
|
||||
#ifdef HK_USE_WSI_PLATFORM
|
||||
/* VK_EXT_swapchain_maintenance1 */
|
||||
.swapchainMaintenance1 = false,
|
||||
.swapchainMaintenance1 = true,
|
||||
#endif
|
||||
|
||||
/* VK_EXT_image_view_min_lod */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue