Y
Hacker News
new
|
ask
|
show
|
jobs
by
MikusR
2200 days ago
Textures are kept compressed in ram
1 comments
mcraiha
2200 days ago
Yes, but they have special formats (ETC, PVRTC, ASTC etc.) so GPU can use them directly, and the compression is lossy. e.g. PNG would not work in this situation because GPU cannot decode PNG textures fast enough.
link