radv: bump VkConformanceVersion to 1.4.5.3

This property is unrelated to the CTS conformance process from Khronos,
it just means that the driver passes that CTS version, even if not
"officially" conformant.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41258>
This commit is contained in:
Samuel Pitoiset 2026-04-29 14:19:40 +02:00 committed by Marge Bot
parent 0ff1650662
commit f47e7b7bd5

View file

@ -2320,8 +2320,8 @@ radv_get_physical_device_properties(struct radv_physical_device *pdev)
p->conformanceVersion = (VkConformanceVersion){
.major = 1,
.minor = 4,
.subminor = 0,
.patch = 0,
.subminor = 5,
.patch = 3,
};
/* VK_EXT_host_image_copy */