mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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:
parent
0ff1650662
commit
f47e7b7bd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue