zink: hook up VK_EXT_primitive_topology_list_restart
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12626>
This commit is contained in:

committed by
Marge Bot

parent
ff6ccbf5f0
commit
c96e854db3
@@ -195,6 +195,10 @@ EXTENSIONS = [
|
||||
alias="vertex_input",
|
||||
features=True,
|
||||
conditions=["$feats.vertexInputDynamicState"]),
|
||||
Extension("VK_EXT_primitive_topology_list_restart",
|
||||
alias="list_restart",
|
||||
features=True,
|
||||
conditions=["$feats.primitiveTopologyListRestart"]),
|
||||
Extension("VK_KHR_dedicated_allocation",
|
||||
alias="dedicated"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user