mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
vulkan: Enable VK_KHR_performance_query on android
The tests of this extension seem to be added to Android 11 CTS, since they can be found on android-11-x branches. Signed-off-by: Hyunjun Ko <zzoon@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7602>
This commit is contained in:
parent
574429f952
commit
77b67a747e
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ allowed_android_version = {
|
|||
"VK_KHR_swapchain_mutable_format": 29,
|
||||
"VK_KHR_shader_atomic_int64": 29,
|
||||
"VK_KHR_vulkan_memory_model": 29,
|
||||
"VK_KHR_performance_query": 30,
|
||||
|
||||
"VK_GOOGLE_display_timing": 26,
|
||||
"VK_ANDROID_native_buffer": 26,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue