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:
committed by
Marge Bot
parent
963e9feb8a
commit
d5b96309e7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user