vertexAttribPointer method
Implementation
void vertexAttribPointer(int indx, int size, int type, bool normalized, int stride, int offset) {
context.vertexAttribPointer(indx, size, type, normalized, stride, offset);
}
void vertexAttribPointer(int indx, int size, int type, bool normalized, int stride, int offset) {
context.vertexAttribPointer(indx, size, type, normalized, stride, offset);
}