mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -19,8 +19,6 @@ void SetGenerationMode();
|
|||
void SetScissor();
|
||||
void SetDepthMode();
|
||||
void SetBlendMode();
|
||||
void SetLogicOpMode();
|
||||
void SetColorMask();
|
||||
void ClearScreen(const EFBRectangle& rc);
|
||||
void OnPixelFormatChange();
|
||||
void SetInterlacingMode(const BPCmd& bp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue