mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
nvk: advertise KHR_shader_non_semantic_info
Test run totals: Passed: 8/8 (100.0%) Failed: 0/8 (0.0%) Not supported: 0/8 (0.0%) Warnings: 0/8 (0.0%) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
c0f42ddee4
commit
e23f6819e0
1 changed files with 1 additions and 0 deletions
|
|
@ -358,6 +358,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
|
|||
.KHR_maintenance1 = true,
|
||||
.KHR_push_descriptor = true,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
.KHR_shader_non_semantic_info = true,
|
||||
.KHR_storage_buffer_storage_class = true,
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
.KHR_swapchain = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue