diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-06-01 21:45:39 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-08-12 23:00:24 +0200 |
commit | e8a256eb543b845e18b6a5eeacaeb2eaadefacd0 (patch) | |
tree | 2d998b693ba11e1d6d5875e688ec450074e16a95 /src/amd/vulkan | |
parent | 5444d3e0c2bceafb1be7e2c3f5afa17415a08e9e (diff) |
radv: Add VK_KHR_pipeline_executable_properties in disabled state.
So we can add the functions.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan')
-rw-r--r-- | src/amd/vulkan/radv_extensions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_extensions.py b/src/amd/vulkan/radv_extensions.py index 5bbea10b09f..5eefeb6240b 100644 --- a/src/amd/vulkan/radv_extensions.py +++ b/src/amd/vulkan/radv_extensions.py @@ -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), |