docs/relnotes/20.0: fix vulkan version reported

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092>
This commit is contained in:
Eric Engestrom 2020-03-06 20:22:40 +01:00 committed by Marge Bot
parent 5ff443b8aa
commit 0e4c001951
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL
Compatibility contexts may report a lower version depending on each driver.
</p>
<p>
Mesa 20.0.0 implements the Vulkan 1.1 API, but the version reported by
Mesa 20.0.0 implements the Vulkan 1.2 API, but the version reported by
the apiVersion property of the VkPhysicalDeviceProperties struct
depends on the particular driver being used.
</p>

View File

@ -29,7 +29,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL
Compatibility contexts may report a lower version depending on each driver.
</p>
<p>
Mesa 20.0.1 implements the Vulkan 1.1 API, but the version reported by
Mesa 20.0.1 implements the Vulkan 1.2 API, but the version reported by
the apiVersion property of the VkPhysicalDeviceProperties struct
depends on the particular driver being used.
</p>