Input Data

The OpenGL pipeline requires you to input several types of data:

Note When glVertex* is called, the resulting vertex inherits the current edge flag, normal, color, and texture coordinates. Therefore, glEdgeFlag*, glNormal*, glColor*, and glTexCoord* must be called before glVertex*, if they are to affect the resulting vertex.