diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-07-15 02:07:59 +0200 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-07-15 08:59:38 -0700 |
commit | 97931f02975b600cbcc6362ac2fcb6e3f426fe7e (patch) | |
tree | 2e62e26e72a1d2690894a62502d0b00365f7f3fc /src/amd/vulkan/radv_entrypoints_gen.py | |
parent | 0ee8d81718f059592ab484382c93073c43b71f54 (diff) |
radv: Add support for VK_KHR_get_memory_requirements2.
Fished the SparseImage call out of the headers as the spec missed
the definition.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Jason Ekstrand <[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 3474c789ea8..d47a7011197 100644 --- a/src/amd/vulkan/radv_entrypoints_gen.py +++ b/src/amd/vulkan/radv_entrypoints_gen.py @@ -42,6 +42,7 @@ supported_extensions = [ 'VK_KHR_wayland_surface', 'VK_KHR_xcb_surface', 'VK_KHR_xlib_surface', + 'VK_KHR_get_memory_requirements2', ] # We generate a static hash table for entry point lookup |