mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
radv: Add VK_KHR_pipeline_executable_properties in disabled state.
So we can add the functions. Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
5444d3e0c2
commit
e8a256eb54
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_maintenance1', 1, True),
|
||||
Extension('VK_KHR_maintenance2', 1, True),
|
||||
Extension('VK_KHR_maintenance3', 1, True),
|
||||
Extension('VK_KHR_pipeline_executable_properties', 1, False),
|
||||
Extension('VK_KHR_push_descriptor', 1, True),
|
||||
Extension('VK_KHR_relaxed_block_layout', 1, True),
|
||||
Extension('VK_KHR_sampler_mirror_clamp_to_edge', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue