Fix Clang Formatting on Vulkan Device
This commit is contained in:
parent
45dd4afa1f
commit
ad12c0cb94
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
||||||
}
|
}
|
||||||
// AMD still has broken extendedDynamicState3ColorBlendEquation on RDNA3.
|
// AMD still has broken extendedDynamicState3ColorBlendEquation on RDNA3.
|
||||||
// TODO: distinguis RDNA3 from other uArchs.
|
// TODO: distinguis RDNA3 from other uArchs.
|
||||||
if (extensions.extended_dynamic_state3 && is_amd_driver) {
|
if (extensions.extended_dynamic_state3 && is_amd_driver) {
|
||||||
LOG_WARNING(Render_Vulkan,
|
LOG_WARNING(Render_Vulkan,
|
||||||
"AMD drivers have broken extendedDynamicState3ColorBlendEquation");
|
"AMD drivers have broken extendedDynamicState3ColorBlendEquation");
|
||||||
features.extended_dynamic_state3.extendedDynamicState3ColorBlendEnable = false;
|
features.extended_dynamic_state3.extendedDynamicState3ColorBlendEnable = false;
|
||||||
|
|
Loading…
Reference in a new issue