zink: support multidraw

Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11498>
This commit is contained in:
Mike Blumenkrantz 2021-01-20 14:23:20 -05:00 committed by Marge Bot
parent 84199077d9
commit b6855b2e18

View file

@ -161,6 +161,11 @@ EXTENSIONS = [
Extension("VK_KHR_shader_float16_int8",
alias="shader_float16_int8",
features=True),
Extension("VK_EXT_multi_draw",
alias="multidraw",
features=True,
properties=True,
conditions=["$feats.multiDraw"]),
Extension("VK_KHR_push_descriptor",
alias="push",
properties=True),