Closed bitbrain closed 5 years ago
Whenever we call batch.begin() and batch.end() the instruction is send to the graphics card. Reduce the number of calls to the bare minimum.
batch.begin()
batch.end()
Whenever we call
batch.begin()
andbatch.end()
the instruction is send to the graphics card. Reduce the number of calls to the bare minimum.