mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
anv: Advertise VK_KHR_maintenance2
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
772b07d91e
commit
d8eede1697
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_image_format_list', 1, True),
|
||||
Extension('VK_KHR_incremental_present', 1, True),
|
||||
Extension('VK_KHR_maintenance1', 1, True),
|
||||
Extension('VK_KHR_maintenance2', 1, True),
|
||||
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