Might is Right

Texture optimization

Posted on

The game has around 70 unique textures of various sizes, these take a while to decode, around 1.5 seconds in total. 1.5 seconds is not long, the problem is that this occurs when a texture is first loaded into the memory by render, when this happens decoding is triggered, which freezes render thread for the […]