docs: document zink GL 4.6 requirements

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9602>
This commit is contained in:
Erik Faye-Lund 2021-03-15 17:44:13 +01:00 committed by Marge Bot
parent 62a27bb091
commit 5deac5c156
1 changed files with 15 additions and 0 deletions

View File

@ -190,6 +190,20 @@ are required to be supported
* ``shaderCullDistance``
OpenGL 4.6
^^^^^^^^^^
For OpenGL 4.6 support, the following additional ``VkPhysicalDeviceFeatures``
are required to be supported
* ``VkPhysicalDeviceFeatures``:
* ``samplerAnisotropy``
* Device extensions:
* `VK_KHR_draw_indirect_count`_
Debugging
---------
@ -239,3 +253,4 @@ questions, don't hesitate to visit `#zink on FreeNode
.. _VK_KHR_maintenance2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance2.html
.. _VK_KHR_vulkan_memory_model: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_vulkan_memory_model.html
.. _VK_KHR_shader_draw_parameters: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_shader_draw_parameters.html
.. _VK_KHR_draw_indirect_count: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_draw_indirect_count.html