mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
VideoCommon: Better logic op invert approximation
This commit is contained in:
parent
d380d43209
commit
600ad5f498
6 changed files with 139 additions and 33 deletions
|
@ -109,6 +109,8 @@ union BlendingState
|
|||
// HACK: Replaces logical operations with blend operations.
|
||||
// Will not be bit-correct, and in some cases not even remotely in the same ballpark.
|
||||
void ApproximateLogicOpWithBlending();
|
||||
bool LogicOpApproximationIsExact();
|
||||
bool LogicOpApproximationWantsShaderHelp();
|
||||
|
||||
BlendingState() = default;
|
||||
BlendingState(const BlendingState&) = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue