glDrawArrays

common
fun glDrawArrays(mode: DrawingMode, count: Int, offset: Int = 0)

Draws a given number of primitives of type specified by mode, starting with offset.