zink: Enable VK_KHR_image_format_list for VK_KHR_imageless_framebuffer

Validation layer reports that VK_KHR_imageless_framebuffer depends on
VK_KHR_image_format_list and that the latter must be enabled explicitly
with the former.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14570>
This commit is contained in:
Charles Baker 2021-12-10 09:22:28 +13:00 committed by Marge Bot
parent 97da9e4bf4
commit dcb2f48ed6
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ EXTENSIONS = [
alias="index_uint8",
features=True,
conditions=["$feats.indexTypeUint8"]),
Extension("VK_KHR_image_format_list"),
Extension("VK_KHR_imageless_framebuffer",
alias="imgless",
features=True,