vertexAttribPointer method
Implementation
void vertexAttribPointer(int index, int size, int type, bool normalized,
int stride, int offset) =>
js_util.callMethod(this, 'vertexAttribPointer',
[index, size, type, normalized, stride, offset]);