PicaDataEarlyDepth Enumerated Type

Syntax

enum PicaDataEarlyDepth;

Value

Value Description
PICA_DATA_EARLY_DEPTH_GEQUAL This is GL_GEQUAL.
PICA_DATA_EARLY_DEPTH_GREATER This is GL_GREATER.
PICA_DATA_EARLY_DEPTH_LEQUAL This is GL_LEQUAL.
PICA_DATA_EARLY_DEPTH_LESS This is GL_LESS.

Description

Sets the comparison function for the early depth test. Used with the PICA_REG_EARLTY_DEPTH_FUNC register (0x061[1:0]). Corresponds to the glEaryDepthFuncDMP function.

Revision History

2010/09/27
Initial version.

CONFIDENTIAL