PicaDataEarlyDepth Enumerated Typeenum PicaDataEarlyDepth;
| 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. |
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.
CONFIDENTIAL