blitAll

fun blitAll(textureID: Int)

Blits the texture to entire area of the destination. This is identical to (but faster than) :

blit( textureID, -1f, 1f,  1f, -1f,  0f, 1f,  1f, 0f )