docs/zink: correct vk version for GL 4.2
I've gotten clarification from Khronos about this here:
https://github.com/KhronosGroup/Vulkan-Docs/issues/1437
So as it stands, we currently require Vulkan 1.2 for GL 4.2, not Vulkan
1.1. Let's update the docs to reflect this.
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Fixes: fb65285629
("docs/zink: add GL 4.2 requirements")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8692>
This commit is contained in:

committed by
Marge Bot

parent
b7c3187420
commit
6b233b9536
@@ -131,7 +131,7 @@ are required:
|
||||
OpenGL 4.2
|
||||
^^^^^^^^^^
|
||||
|
||||
For OpenGL 4.2 support, Vulkan 1.1 is required, plus the following additional
|
||||
For OpenGL 4.2 support, Vulkan 1.2 is required, plus the following additional
|
||||
requirements needs to be supported:
|
||||
|
||||
* ``VkPhysicalDeviceVulkan11Features``:
|
||||
|
Reference in New Issue
Block a user