glVertexAttribPointer

common
fun glVertexAttribPointer(location: Int, vectorSize: Int, normalized: Boolean = false, stride: Int = 0, offset: Int = 0)

Sets vertex attributes array at a given location for current program.