clang-format

This commit is contained in:
Lander Gallastegi 2024-10-13 21:53:58 +02:00
parent bac1488ff4
commit 226c06659e

View File

@ -769,7 +769,8 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color
break;
}
default: {
LOG_ERROR(Render_Vulkan, "Missing clear color conversion for uint and bits {}", num_bits);
LOG_ERROR(Render_Vulkan, "Missing clear color conversion for uint and bits {}",
num_bits);
break;
}
}
@ -787,7 +788,8 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color
break;
}
default: {
LOG_ERROR(Render_Vulkan, "Missing clear color conversion for float and bits {}", num_bits);
LOG_ERROR(Render_Vulkan, "Missing clear color conversion for float and bits {}",
num_bits);
break;
}
}