gfxstream: fix issues with VK1.4 build

Fixes build after VK1.4 update.

Reviewed-by: Marcin Radomski <dextero@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32446>
This commit is contained in:
Gurchetan Singh
2024-12-02 16:04:43 -08:00
committed by Marge Bot
parent ade6a19f14
commit 03b527ea92

View File

@@ -22,6 +22,7 @@ SUPPORTED_FEATURES = [
"VK_VERSION_1_1",
"VK_VERSION_1_2",
"VK_VERSION_1_3",
"VK_VERSION_1_4",
# Instance extensions
"VK_KHR_get_physical_device_properties2",
"VK_KHR_external_semaphore_capabilities",