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:

committed by
Marge Bot

parent
075219e58f
commit
131d05da7b
@@ -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,
|
||||
|
Reference in New Issue
Block a user