RenderBase: Drop SetColorMask and SetLogicOpMode

These are now incorporated into the blend state for all backends.
This commit is contained in:
Stenzek
2017-04-30 00:57:09 +10:00
parent 5c9bc8b79c
commit 22b8cbae35
4 changed files with 1 additions and 32 deletions

View File

@ -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);