zink: enable VK_EXT_shader_stencil_export

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7099>
This commit is contained in:
Mike Blumenkrantz
2020-10-10 10:53:46 -04:00
committed by Marge Bot
parent 25d13b0ad0
commit 85dfe6118a

View File

@@ -64,6 +64,7 @@ def EXTENSIONS():
Extension("VK_EXT_blend_operation_advanced", alias="blend", properties=True),
Extension("VK_EXT_extended_dynamic_state", alias="dynamic_state", feature="extendedDynamicState"),
Extension("VK_EXT_pipeline_creation_cache_control", alias="pipeline_cache_control", feature="pipelineCreationCacheControl"),
Extension("VK_EXT_shader_stencil_export", alias="stencil_export"),
]
# There exists some inconsistencies regarding the enum constants, fix them.