mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
docs: remove zink incorrect requirement
Zink does not require VK_KHR_get_physical_device_properties2; we have fallback-code in place for when that is lacking. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925>
This commit is contained in:
parent
1f1e4705af
commit
3b130ec75d
1 changed files with 0 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ Here's a list of those requirements:
|
|||
|
||||
* Instance extensions:
|
||||
|
||||
* `VK_KHR_get_physical_device_properties2`_
|
||||
* `VK_KHR_external_memory_capabilities`_
|
||||
|
||||
* Device extensions:
|
||||
|
|
@ -252,7 +251,6 @@ questions, don't hesitate to visit `#zink on FreeNode
|
|||
<irc://irc.freenode.net/zink>`_ and say hi!
|
||||
|
||||
|
||||
.. _VK_KHR_get_physical_device_properties2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_get_physical_device_properties2.html
|
||||
.. _VK_KHR_external_memory_capabilities: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory_capabilities.html
|
||||
.. _VK_KHR_maintenance1: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance1.html
|
||||
.. _VK_KHR_external_memory: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue