mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 23:50:26 +01:00
panvk: expose vulkan 1.3 support
vulkanMemoryModel was the last required feature we needed to expose Vulkan 1.3, so let's enable it! Reviewed-by: Caterina Shablia <caterina.shablia@collabora.com> Reviewed-by: Olivia Lee <olivia.lee@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35502>
This commit is contained in:
parent
8426973ad6
commit
8ec846407d
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ get_api_version(unsigned arch)
|
|||
return version_override;
|
||||
|
||||
if (arch >= 10)
|
||||
return VK_MAKE_API_VERSION(0, 1, 2, VK_HEADER_VERSION);
|
||||
return VK_MAKE_API_VERSION(0, 1, 3, VK_HEADER_VERSION);
|
||||
|
||||
return VK_MAKE_API_VERSION(0, 1, 0, VK_HEADER_VERSION);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue