mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 08:28:16 +02:00
gfxstream: allow VK_GOOGLE_display_timing
Test: atest VulkanFeaturesTest Reviewed-by: David Gilhooley <djgilhooley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41656>
This commit is contained in:
parent
e71d6dc06d
commit
4cd9ccd943
1 changed files with 1 additions and 0 deletions
|
|
@ -1882,6 +1882,7 @@ VkResult ResourceTracker::on_vkEnumerateDeviceExtensionProperties(
|
|||
"VK_KHR_maintenance7",
|
||||
"VK_KHR_maintenance8",
|
||||
"VK_KHR_maintenance9",
|
||||
"VK_GOOGLE_display_timing",
|
||||
};
|
||||
|
||||
VkEncoder* enc = (VkEncoder*)context;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue