mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
radv: Increase api version to 1.0.42.
I've skimmed to changes from 1.0.5 to 1.0.42 and I think we have all changes. We're still not conformant ofcourse, but this should not regress stuff, Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
2e98db68e4
commit
ed28ae71f5
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ void radv_GetPhysicalDeviceProperties(
|
|||
};
|
||||
|
||||
*pProperties = (VkPhysicalDeviceProperties) {
|
||||
.apiVersion = VK_MAKE_VERSION(1, 0, 5),
|
||||
.apiVersion = VK_MAKE_VERSION(1, 0, 42),
|
||||
.driverVersion = 1,
|
||||
.vendorID = 0x1002,
|
||||
.deviceID = pdevice->rad_info.pci_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue