Enable the attribute.
Calls vao.setAttribute(index, buffer.vbo, parameters), which will call glEnableVertexAttribArray and glVertexAttribPointer.
See Implementation
Enable the attribute.
Calls vao.setAttribute(index, buffer.vbo, parameters), which will call glEnableVertexAttribArray and glVertexAttribPointer.