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:
committed by
Marge Bot
parent
84199077d9
commit
b6855b2e18
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user