zink: hook up VK_EXT_shader_subgroup_ballot

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10520>
This commit is contained in:
Mike Blumenkrantz 2021-04-05 12:00:42 -04:00 committed by Marge Bot
parent b1aef8ccc6
commit 4df25407e9
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ EXTENSIONS = [
alias="shader_clock",
features=True,
conditions=["$feats.shaderSubgroupClock"]),
Extension("VK_EXT_shader_subgroup_ballot"),
Extension("VK_EXT_sampler_filter_minmax",
alias="reduction",
properties=True),