mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
gfxstream: Adding support for VK_KHR_global_priority extension
According to https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_global_priority.html This device extension allows applications to query the global queue priorities supported by a queue family, and then set a priority when creating queues Reviewed-by: Aaron Ruby <aruby@qnx.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33740>
This commit is contained in:
parent
55c476efed
commit
0a0a350499
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ SUPPORTED_FEATURES = [
|
|||
"VK_KHR_dedicated_allocation",
|
||||
"VK_KHR_get_memory_requirements2",
|
||||
"VK_KHR_sampler_ycbcr_conversion",
|
||||
"VK_KHR_global_priority",
|
||||
"VK_KHR_shader_float16_int8",
|
||||
"VK_AMD_gpu_shader_half_float",
|
||||
"VK_NV_shader_subgroup_partitioned",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue