mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
vk: Actually advertise 0.138.1 at runtime
This commit is contained in:
parent
f884b500d0
commit
50e86b5777
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue