void vertexAttribDivisor(int index, int divisor){ _gl.vertexAttribDivisor(index, divisor); checkError('vertexAttribDivisor'); }