PicaDataBlendEquation Enumerated Typeenum PicaDataBlendEquation;
| Value | Description |
|---|---|
| PICA_DATA_BLEND_EQUATION_ADD | This is GL_FUNC_ADD. |
| PICA_DATA_BLEND_EQUATION_SUBTRACT | This is GL_FUNC_SUBSTRACT. |
| PICA_DATA_BLEND_EQUATION_REVERSE_SUBTRACT | This is GL_FUNC_REVERSE_SUBTRACT. |
| PICA_DATA_BLEND_EQUATION_MIN | This is GL_MIN. |
| PICA_DATA_BLEND_EQUATION_MAX | This is GL_MAX. |
Sets the blending mode. Used with the PICA_REG_DEPTH_COLOR_MASK register (0x101[2:0]). Corresponds to the functions glBlendEquation and glBlendEquationSeparate.
CONFIDENTIAL