zink: support vulkan 1.4

this just makes features/properties available

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35259>
This commit is contained in:
Mike Blumenkrantz
2025-05-30 12:10:22 -04:00
committed by Marge Bot
parent e8914c62ac
commit f079cad644
@@ -343,6 +343,7 @@ VERSIONS = [
Version((1,1,0), (1,1)),
Version((1,2,0), (1,2)),
Version((1,3,0), (1,3)),
Version((1,4,0), (1,4)),
]
# There exists some inconsistencies regarding the enum constants, fix them.