mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix lookup table
This commit is contained in:
parent
1fb77f5fec
commit
ecf43c7ea9
1 changed files with 9 additions and 9 deletions
|
@ -94,21 +94,21 @@ static const GLushort stencilOps[] = {
|
|||
|
||||
static const GLushort logicOps[] = {
|
||||
GL_CLEAR,
|
||||
GL_SET,
|
||||
GL_COPY,
|
||||
GL_COPY_INVERTED,
|
||||
GL_NOOP,
|
||||
GL_INVERT,
|
||||
GL_AND,
|
||||
GL_NAND,
|
||||
GL_AND_REVERSE,
|
||||
GL_COPY,
|
||||
GL_AND_INVERTED,
|
||||
GL_NOOP,
|
||||
GL_XOR,
|
||||
GL_OR,
|
||||
GL_NOR,
|
||||
GL_XOR,
|
||||
GL_EQUIV,
|
||||
GL_AND_REVERSE,
|
||||
GL_AND_INVERTED,
|
||||
GL_INVERT,
|
||||
GL_OR_REVERSE,
|
||||
GL_COPY_INVERTED,
|
||||
GL_OR_INVERTED,
|
||||
GL_NAND,
|
||||
GL_SET,
|
||||
};
|
||||
|
||||
static GLenum blendColor2Func(u32 fix) {
|
||||
|
|
Loading…
Add table
Reference in a new issue