zink: add have_vulkan13 to device info

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18628>
This commit is contained in:
Mike Blumenkrantz 2022-08-30 10:10:38 -04:00 committed by Marge Bot
parent 95ea41dff9
commit 9b0b8cad60

View file

@ -269,6 +269,7 @@ EXTENSIONS = [
VERSIONS = [
Version((1,1,0), (1,1)),
Version((1,2,0), (1,2)),
Version((1,3,0), (1,3)),
]
# There exists some inconsistencies regarding the enum constants, fix them.