gfxstream: Add VK_KHR_multiview support

Enable the extension to be advertised for the guest.

Reviewed-by: Aaron Ruby <aruby@qnx.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33740>
This commit is contained in:
Serdar Kocdemir
2025-02-17 08:31:12 +00:00
committed by Marge Bot
parent 35dd4b4fc2
commit 6bf253b8e8

View File

@@ -74,6 +74,7 @@ SUPPORTED_FEATURES = [
"VK_KHR_descriptor_update_template",
"VK_EXT_depth_clip_enable",
"VK_EXT_robustness2",
"VK_KHR_multiview",
# see aosp/2736079 + b/268351352
"VK_EXT_swapchain_maintenance1",
"VK_KHR_maintenance5",