VulkanContext: Mark KosmicKrisp as a Mesa driver

This commit is contained in:
OatmealDome 2026-04-02 23:06:00 -04:00
parent f926b3342c
commit 92a9ae5132
No known key found for this signature in database
GPG Key ID: A4BFAB0C67513B91

View File

@ -993,6 +993,7 @@ static bool DriverIsMesa(VkDriverId driver_id)
case VK_DRIVER_ID_MESA_NVK:
case VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA:
case VK_DRIVER_ID_MESA_HONEYKRISP:
case VK_DRIVER_ID_MESA_KOSMICKRISP:
return true;
default:
return false;