vk: Actually advertise 0.138.1 at runtime
This commit is contained in:
@@ -382,7 +382,7 @@ VkResult anv_GetPhysicalDeviceProperties(
|
||||
ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
|
||||
|
||||
*pProperties = (VkPhysicalDeviceProperties) {
|
||||
.apiVersion = 1,
|
||||
.apiVersion = VK_MAKE_VERSION(0, 138, 1),
|
||||
.driverVersion = 1,
|
||||
.vendorId = 0x8086,
|
||||
.deviceId = pdevice->chipset_id,
|
||||
|
||||
Reference in New Issue
Block a user