bitbrain / braingdx

:video_game: Game jam framework based on libgdx.
Apache License 2.0
84 stars 1 forks source link

Reduce unecessary calls to graphics card #186

Closed bitbrain closed 5 years ago

bitbrain commented 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.