panvk: enable drawIndirectFirstInstance

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32039>
This commit is contained in:
Caterina Shablia 2024-12-12 21:47:43 +00:00 committed by Marge Bot
parent 963e9feb8a
commit d5b96309e7

View file

@ -282,6 +282,7 @@ get_features(const struct panvk_physical_device *device,
.shaderStorageImageArrayDynamicIndexing = true,
.shaderInt16 = true,
.shaderInt64 = true,
.drawIndirectFirstInstance = true,
/* Vulkan 1.1 */
.storageBuffer16BitAccess = true,