intel workaround
built on top of the amd workaround
This commit is contained in:
parent
e65effcb05
commit
ba378025f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue