PicaDataBlendEquation Enumerated Type

Syntax

enum PicaDataBlendEquation;

Value

Value Description
PICA_DATA_BLEND_EQUATION_ADD This is GL_FUNC_ADD.
PICA_DATA_BLEND_EQUATION_SUBTRACT This is GL_FUNC_SUBTRACT.
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.

Description

Sets the blending mode. Used with the PICA_REG_DEPTH_COLOR_MASK register (0x101[2:0]). Corresponds to the functions glBlendEquation and glBlendEquationSeparate.

Revision History

2010/09/27
Initial version.

CONFIDENTIAL