mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
thin3d: Use GL_COLOR_LOGIC_OP.
This commit is contained in:
parent
199d8ac0c0
commit
a982438296
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ public:
|
|||
|
||||
#if !defined(USING_GLES2)
|
||||
if (logicEnabled) {
|
||||
glEnable(GL_LOGIC_OP);
|
||||
glEnable(GL_COLOR_LOGIC_OP);
|
||||
glLogicOp(logicOp);
|
||||
} else {
|
||||
glDisable(GL_LOGIC_OP);
|
||||
glDisable(GL_COLOR_LOGIC_OP);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue