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