mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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:
parent
62a27bb091
commit
5deac5c156
1 changed files with 15 additions and 0 deletions
|
|
@ -190,6 +190,20 @@ are required to be supported
|
||||||
|
|
||||||
* ``shaderCullDistance``
|
* ``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
|
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_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_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_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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue