drawVertices

fun drawVertices(array: TexturedVertexArray, matrix: Matrix, vcount: Int = array.vcount, icount: Int = array.icount, texIndex: Int = currentTexIndex)

Draws/buffers a set of textured and colorized array of vertices array with the current state previously set by calling setStateFast.


inline fun drawVertices(    array: TexturedVertexArray,     tex: TextureBase,     smoothing: Boolean,     blendMode: BlendMode,     vcount: Int = array.vcount,     icount: Int = array.icount,     program: Program? = null,     matrix: Matrix = Matrix.NIL)

Draws/buffers a set of textured and colorized array of vertices array with the specified texture tex and optionally smoothing it and an optional program.