About: Software developer and indie game dev
How to reduce OpenGL texture bindings by putting Bitmap Fonts in a Texture Atlas.
When optimizing a LibGDX game's performance, sometimes you need to look under the hood. Let's add th...