nvk: Enable descriptorIndexing

This is the Vulkan 1.2 equivalent of VK_EXT_descriptor_indexing
extension enable.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25812>
This commit is contained in:
Faith Ekstrand
2023-10-19 07:26:10 -05:00
committed by Marge Bot
parent 075219e58f
commit 131d05da7b

View File

@@ -210,6 +210,7 @@ nvk_get_device_features(const struct nv_device_info *info,
/* Vulkan 1.2 */
.samplerMirrorClampToEdge = true,
.descriptorIndexing = true,
.drawIndirectCount = info->cls_eng3d >= TURING_A,
.shaderInputAttachmentArrayDynamicIndexing = true,
.shaderUniformTexelBufferArrayDynamicIndexing = true,