Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

glVertexPointer defines an array of vertex data.

Parameter Description
size Number of coordinates per vertex
type Data type of each coordinate in the array
stride Byte offset between consecutive vertices
pointer Pointer to the first coordinate of the first vertex

Example

None provided.

Clone this wiki locally