From 6b233b95360de97e1c1de58b291be700b2bfb79c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 25 Jan 2021 12:52:21 +0100 Subject: [PATCH] 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 Reviewed-by: Hoe Hao Cheng Fixes: fb65285629c ("docs/zink: add GL 4.2 requirements") Part-of: --- docs/drivers/zink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 49a86254d0a..160b63df9e6 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -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``: