intel workaround

built on top of the amd workaround
This commit is contained in:
Piplup 2024-05-23 14:01:26 +01:00
parent e65effcb05
commit ba378025f6
No known key found for this signature in database
GPG key ID: AADE53FD75F1BEAD

View file

@ -562,7 +562,7 @@ namespace Ryujinx.Graphics.Vulkan
// AMD has a bug where it enables logical operations even for float formats,
// so we need to force disable them here.
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd || Internal.LogicOpsAllowed);
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd && gd.Vendor != Vendor.Intel || Internal.LogicOpsAllowed);
var colorBlendState = new PipelineColorBlendStateCreateInfo
{