mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
fb5d7d60e7
commit
02c43eb975
1 changed files with 11 additions and 4 deletions
|
|
@ -49,11 +49,18 @@ Here's a list of those requirements:
|
||||||
OpenGL 3.0
|
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`_
|
For OpenGL 3.0 support, the following additional requirements needs to be
|
||||||
* `VK_EXT_conditional_rendering`_
|
supported:
|
||||||
|
|
||||||
|
* ``VkPhysicalDeviceFeatures``:
|
||||||
|
|
||||||
|
* ``independentBlend``
|
||||||
|
|
||||||
|
* Device extensions:
|
||||||
|
|
||||||
|
* `VK_EXT_transform_feedback`_
|
||||||
|
* `VK_EXT_conditional_rendering`_
|
||||||
|
|
||||||
|
|
||||||
OpenGL 3.1
|
OpenGL 3.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue