mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 01:40:08 +01:00
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:
parent
84199077d9
commit
b6855b2e18
1 changed files with 5 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue