vertexAttribPointer method
void
vertexAttribPointer()
Implementation
external void vertexAttribPointer(
GLuint index,
GLint size,
GLenum type,
GLboolean normalized,
GLsizei stride,
GLintptr offset,
);