summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/intel/vulkan/anv_formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_formats.c b/src/intel/vulkan/anv_formats.c
index 750af79..395f917 100644
--- a/src/intel/vulkan/anv_formats.c
+++ b/src/intel/vulkan/anv_formats.c
@@ -583,7 +583,7 @@ unsupported:
.maxResourceSize = 0,
};
- return VK_SUCCESS;
+ return VK_ERROR_FORMAT_NOT_SUPPORTED;
}
void anv_GetPhysicalDeviceSparseImageFormatProperties(