/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Shipping textures as PNGs is suboptimal
(gamesbymason.com)
148 points
ibobev
| 2 comments |
06 Sep 25 20:37 UTC
|
HN request time: 0.406s
|
source
Show context
pmarreck
◴[
07 Sep 25 15:22 UTC
]
No.
45158990
[source]
▶
>>45152648 (OP)
#
JPEG-XL, your time has come? ;)
replies(1):
>>45167312
#
1.
exDM69
◴[
08 Sep 25 12:09 UTC
]
No.
45167312
[source]
▶
>>45158990
#
GPU texture compression needs fixed bitrate for random access, usually 2 bits per pixel (128b for 8x8 block) with modern formats.
Jpeg or other variable bitrate compression schemes are not applicable.
replies(1):
>>45176047
#
ID:
GO
2.
pmarreck
◴[
09 Sep 25 00:43 UTC
]
No.
45176047
[source]
▶
>>45167312 (TP)
#
Oh. Yeah, that makes sense. Certainly a technical requirement that is tricky to satisfy.
↑