diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-07-19 23:55:58 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-07-20 09:13:01 +0200 |
commit | 21d777a122dc73481785e6f0ae050932b933d9ad (patch) | |
tree | 3190cae091ba0931f8ccfc10239a212333eaa7d7 /src/amd/vulkan/radv_entrypoints_gen.py | |
parent | 31469c0265645665815ebca7219fe6e5e5d535eb (diff) |
radv: Add support for VK_KHR_variable_pointers.
Just a trivial enable.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_entrypoints_gen.py')
-rw-r--r-- | src/amd/vulkan/radv_entrypoints_gen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_entrypoints_gen.py b/src/amd/vulkan/radv_entrypoints_gen.py index ec798157f94..61b23281501 100644 --- a/src/amd/vulkan/radv_entrypoints_gen.py +++ b/src/amd/vulkan/radv_entrypoints_gen.py @@ -48,6 +48,7 @@ supported_extensions = [ 'VK_KHR_external_memory', 'VK_KHR_external_memory_fd', 'VK_KHR_storage_buffer_storage_class', + 'VK_KHR_variable_pointers', ] # We generate a static hash table for entry point lookup |