zink: hook up VK_EXT_sample_locations

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-02 15:15:45 -04:00
committed by Marge Bot
parent 0477fbc655
commit 817a8fa22f
3 changed files with 11 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ EXTENSIONS = [
alias="interlock",
features=True,
conditions=["$feats.fragmentShaderSampleInterlock", "$feats.fragmentShaderPixelInterlock"]),
Extension("VK_EXT_sample_locations",
alias="sample_locations",
properties=True),
Extension("VK_KHR_shader_draw_parameters"),
Extension("VK_KHR_sampler_mirror_clamp_to_edge"),
Extension("VK_EXT_conditional_rendering",