docs/zink: document the independentBlend requirement for GL3

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8648>
This commit is contained in:
Erik Faye-Lund 2021-01-22 10:45:20 +01:00 committed by Marge Bot
parent fb5d7d60e7
commit 02c43eb975

View file

@ -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