summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-04-12 14:55:37 -0400
committerMarge Bot <emma+marge@anholt.net>2022-04-18 23:45:30 +0000
commit0067641d3cb3b0d870f3ffa4f3ff557123fc662e (patch)
treefe453c4a00d1d0242e3f6ddb02f1f510bdb6336d /docs
parent8c539328fd3fc8514117917bf6cd02768ec02d97 (diff)
zink: require KHR_imageless_framebuffer
this allows for deleting tons of code Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15904>
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers/zink.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index 9c05985af3f..9394b7bf183 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -38,6 +38,7 @@ Here's a list of those requirements:
* `VK_KHR_maintenance1`_
* ``VK_KHR_create_renderpass2``
+ * ``VK_KHR_imageless_framebuffer``
* ``VK_KHR_timeline_semaphore``
* `VK_EXT_custom_border_color`_
* `VK_EXT_provoking_vertex`_