PicaDataDrawMode Enumerated Typeenum PicaDataDrawMode;
| Value | Description |
|---|---|
| PICA_DATA_DRAW_TRIANGLE_STRIP | This is GL_TRIANGLE_STRIP. |
| PICA_DATA_DRAW_TRIANGLE_FAN | This is GL_TRIANGLE_FAN. |
| PICA_DATA_DRAW_TRIANGLES | This is GL_TRIANGLES. |
| PICA_DATA_DRAW_GEOMETRY_PRIMITIVE | This is GL_GEOMETRY_PRIMITIVE. |
Sets the rendering mode. Used with the PICA_REG_VS_OUT_REG_NUM3 register (0x25e[8:8]).
CONFIDENTIAL