Hacker News new | ask | show | jobs
by elpocko 722 days ago
It's basically the same thing. You use a texture atlas because switching textures is expensive. We do have a better alternative now called array texture, but texture atlases are still a thing today on limited hardware for performance reasons.