zink: hook up pipeline_library extensions
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17225>
This commit is contained in:
committed by
Marge Bot
parent
ae022b784c
commit
80fac34d92
@@ -216,6 +216,11 @@ EXTENSIONS = [
|
||||
Extension("VK_EXT_primitives_generated_query",
|
||||
alias="primgen",
|
||||
features=True),
|
||||
Extension("VK_KHR_pipeline_library"),
|
||||
Extension("VK_EXT_graphics_pipeline_library",
|
||||
alias="gpl",
|
||||
features=True,
|
||||
properties=True),
|
||||
Extension("VK_KHR_push_descriptor",
|
||||
alias="push",
|
||||
properties=True),
|
||||
|
||||
Reference in New Issue
Block a user