glVertexAttribPointer

actual fun glVertexAttribPointer(location: Int, vectorSize: Int, normalized: Boolean, stride: Int, offset: Int)

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

expect 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.

actual fun glVertexAttribPointer(location: Int, vectorSize: Int, normalized: Boolean, stride: Int, offset: Int)

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