mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Better logic op invert approximation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user