panvk: move samplerAnisotropy in the order it appears in struct definition

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31917>
This commit is contained in:
Constantine Shablia 2024-10-31 00:17:19 +00:00 committed by Marge Bot
parent d2960a8430
commit bdb2f0dc2a

View file

@ -254,9 +254,9 @@ get_features(const struct panvk_physical_device *device,
.logicOp = true,
.wideLines = true,
.largePoints = true,
.samplerAnisotropy = true,
.textureCompressionETC2 = true,
.textureCompressionASTC_LDR = true,
.samplerAnisotropy = true,
.shaderUniformBufferArrayDynamicIndexing = true,
.shaderSampledImageArrayDynamicIndexing = true,
.shaderStorageBufferArrayDynamicIndexing = true,