Applied Suggestions
This commit is contained in:
parent
61c84d398f
commit
9b300b4d59
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
}
|
||||
}
|
||||
|
||||
// vendors other than nvidia have a bug where it enables logical operations even for float formats,
|
||||
// Vendors other than NVIDIA have 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.Nvidia || Internal.LogicOpsAllowed);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue