zink: enable KHR_shader_draw_parameters on Vulkan <1.2
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9021>
This commit is contained in:
+13
-3
@@ -131,12 +131,21 @@ are required:
|
||||
OpenGL 4.2
|
||||
^^^^^^^^^^
|
||||
|
||||
For OpenGL 4.2 support, Vulkan 1.2 is required, plus the following additional
|
||||
For OpenGL 4.2 support, the following additional
|
||||
requirements needs to be supported:
|
||||
|
||||
* ``VkPhysicalDeviceVulkan11Features``:
|
||||
* For Vulkan 1.2 and above:
|
||||
|
||||
* ``VkPhysicalDeviceVulkan11Features``:
|
||||
|
||||
* ``shaderDrawParameters``
|
||||
|
||||
* For Vulkan 1.1 and below:
|
||||
|
||||
* Device extensions:
|
||||
|
||||
* `VK_KHR_shader_draw_parameters`_
|
||||
|
||||
* ``shaderDrawParameters``
|
||||
|
||||
* Formats features:
|
||||
|
||||
@@ -193,3 +202,4 @@ questions, don't hesitate to visit `#zink on FreeNode
|
||||
.. _VK_EXT_vertex_attribute_divisor: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_vertex_attribute_divisor.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_shader_draw_parameters: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_shader_draw_parameters.html
|
||||
|
||||
Reference in New Issue
Block a user