docs/zink: add maint5 to the list of required extensions

Zink now unconditionally requires VK_KHR_maintenance5 to run.

Add it to the required extension list of Zink documentation.

Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41729>
This commit is contained in:
Icenowy Zheng 2026-05-21 22:29:44 +08:00 committed by Marge Bot
parent 8dd2f46b86
commit d445a950fd

View file

@ -49,6 +49,7 @@ Here's a list of those requirements:
* Device extensions:
* :ext:`VK_KHR_maintenance1`
* :ext:`VK_KHR_maintenance5`
* :ext:`VK_KHR_create_renderpass2`
* :ext:`VK_KHR_imageless_framebuffer`
* :ext:`VK_KHR_timeline_semaphore`