glVertexPointer - part-cw/lambdanative GitHub Wiki
(glVertexPointer size type stride pointer)
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.