mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
anv/device: Advertise 1.0.2
This commit is contained in:
parent
ec80d6388a
commit
6286a74f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ void anv_GetPhysicalDeviceProperties(
|
|||
};
|
||||
|
||||
*pProperties = (VkPhysicalDeviceProperties) {
|
||||
.apiVersion = VK_MAKE_VERSION(1, 0, 0),
|
||||
.apiVersion = VK_MAKE_VERSION(1, 0, 2),
|
||||
.driverVersion = 1,
|
||||
.vendorID = 0x8086,
|
||||
.deviceID = pdevice->chipset_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue