mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
nvk: Advertise VK_KHR_maintenance1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
2c57a941cd
commit
1fd3e5ff1d
1 changed files with 1 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
|
|||
.KHR_get_memory_requirements2 = true,
|
||||
.KHR_format_feature_flags2 = true,
|
||||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_push_descriptor = true,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue