mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +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;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -787,7 +788,8 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user