diff --git a/src/amd/vulkan/radv_formats.c b/src/amd/vulkan/radv_formats.c index b76d6b9f091..2577b422d37 100644 --- a/src/amd/vulkan/radv_formats.c +++ b/src/amd/vulkan/radv_formats.c @@ -456,7 +456,7 @@ radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdev, Vk } else *blendable = true; - return color_format != V_028C70_COLOR_INVALID && color_swap != ~0U && color_num_format != ~0; + return color_format != V_028C70_COLOR_INVALID && color_swap != ~0U; } static bool