mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
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:
parent
963e9feb8a
commit
d5b96309e7
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue