Hacker News new | ask | show | jobs
by nwsm 721 days ago
This sounds very much like a spritesheet to me (who has never worked on video games). Is the concept similar, and what was the better approach at the time?
1 comments

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.