mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
95ea41dff9
commit
9b0b8cad60
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue