mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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>
This commit is contained in:
parent
8c539328fd
commit
0067641d3c
2 changed files with 2 additions and 1 deletions
|
|
@ -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`_
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_imageless_framebuffer",
|
||||
alias="imgless",
|
||||
features=True,
|
||||
conditions=["$feats.imagelessFramebuffer"]),
|
||||
required=True),
|
||||
Extension("VK_EXT_robustness2",
|
||||
alias="rb2",
|
||||
properties=True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue