mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang-format
This commit is contained in:
parent
bac1488ff4
commit
226c06659e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user