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

glColorPointer defines an array of colors.

Parameter Description
size Number of components per color
type Data type of each color component
stride Byte offset between consecutive colors
pointer Pointer to the first component of the first color element

Example

None provided.

Clone this wiki locally