zink: EXT_vertex_input_dynamic_state
this eliminates vertex attributes from the pipeline state, massively deduplicating the number of pipelines needed Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12009>
This commit is contained in:

committed by
Marge Bot

parent
907e4a0f02
commit
6691a48bcc
@@ -176,6 +176,10 @@ EXTENSIONS = [
|
||||
alias="line_rast",
|
||||
properties=True,
|
||||
features=True),
|
||||
Extension("VK_EXT_vertex_input_dynamic_state",
|
||||
alias="vertex_input",
|
||||
features=True,
|
||||
conditions=["$feats.vertexInputDynamicState"]),
|
||||
Extension("VK_KHR_dedicated_allocation",
|
||||
alias="dedicated"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user