From 02c43eb975d366ff0b6d4e6e522c14dfa382e5cd Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Jan 2021 10:45:20 +0100 Subject: [PATCH] docs/zink: document the independentBlend requirement for GL3 Reviewed-By: Mike Blumenkrantz Reviewed-by: Hoe Hao Cheng Part-of: --- docs/drivers/zink.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index e9b8d6b5caf..32cfaa01354 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -49,11 +49,18 @@ Here's a list of those requirements: OpenGL 3.0 ^^^^^^^^^^ -For OpenGL 3.0 support, the following additional device extensions are -required to be exposed and fully supported: -* `VK_EXT_transform_feedback`_ -* `VK_EXT_conditional_rendering`_ +For OpenGL 3.0 support, the following additional requirements needs to be +supported: + +* ``VkPhysicalDeviceFeatures``: + + * ``independentBlend`` + +* Device extensions: + + * `VK_EXT_transform_feedback`_ + * `VK_EXT_conditional_rendering`_ OpenGL 3.1