nvk: Advertise VK_EXT_separate_stencil_usage

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:12:04 -06:00 committed by Marge Bot
parent 0a84e58180
commit 748bc8e487

View file

@ -459,6 +459,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *pdev,
.EXT_private_data = true,
.EXT_provoking_vertex = true,
.EXT_sample_locations = pdev->info.cls_eng3d >= MAXWELL_B,
.EXT_separate_stencil_usage = true,
.EXT_vertex_attribute_divisor = true,
.EXT_vertex_input_dynamic_state = true,
};