mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
RenderBase: Drop SetColorMask and SetLogicOpMode
These are now incorporated into the blend state for all backends.
This commit is contained in:
parent
5c9bc8b79c
commit
22b8cbae35
4 changed files with 1 additions and 32 deletions
|
@ -75,16 +75,6 @@ void SetBlendMode()
|
|||
g_renderer->SetBlendMode(false);
|
||||
}
|
||||
|
||||
void SetLogicOpMode()
|
||||
{
|
||||
g_renderer->SetLogicOpMode();
|
||||
}
|
||||
|
||||
void SetColorMask()
|
||||
{
|
||||
g_renderer->SetColorMask();
|
||||
}
|
||||
|
||||
/* Explanation of the magic behind ClearScreen:
|
||||
There's numerous possible formats for the pixel data in the EFB.
|
||||
However, in the HW accelerated backends we're always using RGBA8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue