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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user