mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
Add Boolstate and STATE1 for logicop
This commit is contained in:
@@ -202,6 +202,9 @@ public:
|
||||
STATE1(glBlendEquation, GLenum, GL_FUNC_ADD) blendEquation;
|
||||
STATEFLOAT4(glBlendColor, 1.0f) blendColor;
|
||||
|
||||
BoolState<GL_COLOR_LOGIC_OP, false> colorLogicOp;
|
||||
STATE1(glLogicOp, GLenum, GL_COPY) logicOp;
|
||||
|
||||
BoolState<GL_SCISSOR_TEST, false> scissorTest;
|
||||
|
||||
BoolState<GL_CULL_FACE, false> cullFace;
|
||||
|
||||
Reference in New Issue
Block a user