diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index 45e230a35dc..df436bb09aa 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -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,