#include <mtypes.h>
Data Fields | |
Current vertex attributes. | |
| |
GLfloat | Attrib [VERT_ATTRIB_MAX][4] |
Position, color, texcoords, etc. | |
Current raster position attributes (always valid). | |
| |
GLfloat | RasterPos [4] |
GLfloat | RasterDistance |
GLfloat | RasterColor [4] |
GLfloat | RasterSecondaryColor [4] |
GLfloat | RasterIndex |
GLfloat | RasterTexCoords [MAX_TEXTURE_UNITS][4] |
GLboolean | RasterPosValid |
GLfloat gl_current_attrib::Attrib[VERT_ATTRIB_MAX][4] |
Position, color, texcoords, etc.
GLfloat gl_current_attrib::RasterPos[4] |
GLfloat gl_current_attrib::RasterColor[4] |
GLfloat gl_current_attrib::RasterSecondaryColor[4] |
GLfloat gl_current_attrib::RasterIndex |
GLfloat gl_current_attrib::RasterTexCoords[MAX_TEXTURE_UNITS][4] |
GLboolean gl_current_attrib::RasterPosValid |