draw

open fun draw(program: FlatShadedProgram, projectionMatrix: Array<Float>)
open fun draw(program: Texture2dProgram, projectionMatrix: Array<Float>)

Draws the rectangle with the supplied program and projection matrix.