glColorPointer - part-cw/lambdanative GitHub Wiki

(glColorPointer size type stride pointer)

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.