forgot to update the note
This commit is contained in:
parent
ba378025f6
commit
e26e9368e1
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// AMD has a bug where it enables logical operations even for float formats,
|
// AMD and Intel has a bug where it enables logical operations even for float formats,
|
||||||
// so we need to force disable them here.
|
// so we need to force disable them here.
|
||||||
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd && gd.Vendor != Vendor.Intel || Internal.LogicOpsAllowed);
|
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd && gd.Vendor != Vendor.Intel || Internal.LogicOpsAllowed);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue