|
|
|
|
|
by midnightclubbed
291 days ago
|
|
If you’re compressing at load-time it can be a lot. You can do a quick and dirty compress to BC1-3 (assuming you are on PC) in a few tens of milliseconds but quality will be suboptimal, higher quality will likely take a few seconds per texture and going to BC6 takes even longer but will look much better. |
|
It takes that long to do a good compression on the format that interpolates 2 colors for each 4x4 block? Huh.