diff options
author | Lionel Landwerlin <[email protected]> | 2017-01-12 16:12:46 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-03-02 10:34:06 +0000 |
commit | 9f60ed98e501da799df2aa6251536a96a7a513ed (patch) | |
tree | b63285384b4244d75c958dbee7f5b564403ed143 /src/intel/vulkan/anv_entrypoints_gen.py | |
parent | 12dee851a3108aabaa80b5c05a633b4bb3d4023b (diff) |
anv: add VK_KHR_push_descriptor support
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_entrypoints_gen.py')
-rw-r--r-- | src/intel/vulkan/anv_entrypoints_gen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index 93511ec95e4..b2b2b629619 100644 --- a/src/intel/vulkan/anv_entrypoints_gen.py +++ b/src/intel/vulkan/anv_entrypoints_gen.py @@ -30,6 +30,7 @@ max_api_version = 1.0 supported_extensions = [ 'VK_KHR_get_physical_device_properties2', 'VK_KHR_maintenance1', + 'VK_KHR_push_descriptor', 'VK_KHR_sampler_mirror_clamp_to_edge', 'VK_KHR_shader_draw_parameters', 'VK_KHR_surface', |