this post was submitted on 01 Mar 2024
1 points (100.0% liked)

GraphicsProgramming

10 readers
1 users here now

Magazine for all things related to graphics programming. Feel free to post.

founded 2 years ago
 

Texture block compression is a critical component of real-time rendering. Reducing the size of textures saves download time, disk space, memory, and GPU bandwidth. With a few exceptions (pixel art, some UI elements), it’s a reasonable expectation that all textures should be compressed to maximize these benefits. It’s important, therefore, to understand how texture block compression works at a high level. What formats work best for base colors versus normal maps versus some arbitrary packed material data?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here