zink: enable required instance ext
VK_KHR_swapchain requires VK_KHR_surface in the instance to be enabled.
This fixes a validation-error.
Fixes: bbeee415ee
("zink: Learn about VK_KHR_swapchain")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10461>
This commit is contained in:

committed by
Marge Bot

parent
72eca47c66
commit
b2b8b6c0e3
@@ -47,6 +47,7 @@ EXTENSIONS = [
|
||||
"GetPhysicalDeviceFormatProperties2", "GetPhysicalDeviceImageFormatProperties2"]),
|
||||
Extension("VK_MVK_moltenvk",
|
||||
nonstandard=True),
|
||||
Extension("VK_KHR_surface"),
|
||||
]
|
||||
|
||||
# constructor: Layer(name, conditions=[])
|
||||
|
Reference in New Issue
Block a user