Data Fields | |
| GLvector4f | results [VERT_RESULT_MAX] |
| The results of running the vertex program go into these arrays. | |
| GLvector4f | ndcCoords |
| normalized device coords | |
| GLubyte * | clipmask |
| clip flags | |
| GLubyte | ormask |
| GLubyte | andmask |
| for clipping | |
| GLvector4f vp_stage_data::results[VERT_RESULT_MAX] |
The results of running the vertex program go into these arrays.
normalized device coords
| GLubyte* vp_stage_data::clipmask |
clip flags
| GLubyte vp_stage_data::ormask |
| GLubyte vp_stage_data::andmask |
for clipping
1.5.4