anv: add VK_KHR_descriptor_update_template support

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Lionel Landwerlin
2017-01-17 16:38:01 +00:00
parent 9f60ed98e5
commit af5f13e58c
5 changed files with 232 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ import xml.etree.ElementTree as ET
max_api_version = 1.0
supported_extensions = [
'VK_KHR_descriptor_update_template',
'VK_KHR_get_physical_device_properties2',
'VK_KHR_maintenance1',
'VK_KHR_push_descriptor',