glTexCoordPointer - part-cw/lambdanative GitHub Wiki

(glTexCoordPointer size type stride pointer)

glTexCoordPointer defines an array of texture coordinates

Parameter Description
size Number of coordinates per array element
type Data type of each texture component
stride Byte offset between consecutive textures
pointer Pointer to the first coordinate of the first texture coordinate set

Example

None provided.