mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
RenderBase: Drop SetColorMask and SetLogicOpMode
These are now incorporated into the blend state for all backends.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user