mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Add glstate.colorLogicOp.disable(); to UIShader
This commit is contained in:
parent
06a2d94fd2
commit
7363bdfbd4
@ -95,6 +95,9 @@ void UIShader_Prepare()
|
||||
glstate.depthTest.disable();
|
||||
glstate.scissorTest.disable();
|
||||
glstate.stencilTest.disable();
|
||||
#if !defined(USING_GLES2)
|
||||
glstate.colorLogicOp.disable();
|
||||
#endif
|
||||
glstate.dither.enable();
|
||||
|
||||
glstate.blend.enable();
|
||||
|
Loading…
Reference in New Issue
Block a user