panvk: enable shaderInt64
We already were lowering int64 Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31917>
This commit is contained in:
committed by
Marge Bot
parent
bdb2f0dc2a
commit
c01449ef5c
@@ -261,6 +261,7 @@ get_features(const struct panvk_physical_device *device,
|
||||
.shaderSampledImageArrayDynamicIndexing = true,
|
||||
.shaderStorageBufferArrayDynamicIndexing = true,
|
||||
.shaderStorageImageArrayDynamicIndexing = true,
|
||||
.shaderInt64 = true,
|
||||
|
||||
/* Vulkan 1.1 */
|
||||
.storageBuffer16BitAccess = false,
|
||||
|
||||
Reference in New Issue
Block a user