mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
lavapipe: KHR_swapchain_mutable_format
it Just Works(tm) Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15808>
This commit is contained in:
parent
fde2c1db88
commit
bbede22850
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.KHR_storage_buffer_storage_class = true,
|
||||
#ifdef LVP_USE_WSI_PLATFORM
|
||||
.KHR_swapchain = true,
|
||||
.KHR_swapchain_mutable_format = true,
|
||||
#endif
|
||||
.KHR_synchronization2 = true,
|
||||
.KHR_timeline_semaphore = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue