anv: Advertise API version 1.0.39
I'm pretty sure we've kept up with the bug fixes. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
@@ -646,7 +646,7 @@ void anv_GetPhysicalDeviceProperties(
|
|||||||
};
|
};
|
||||||
|
|
||||||
*pProperties = (VkPhysicalDeviceProperties) {
|
*pProperties = (VkPhysicalDeviceProperties) {
|
||||||
.apiVersion = VK_MAKE_VERSION(1, 0, 5),
|
.apiVersion = VK_MAKE_VERSION(1, 0, 39),
|
||||||
.driverVersion = 1,
|
.driverVersion = 1,
|
||||||
.vendorID = 0x8086,
|
.vendorID = 0x8086,
|
||||||
.deviceID = pdevice->chipset_id,
|
.deviceID = pdevice->chipset_id,
|
||||||
|
Reference in New Issue
Block a user