Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
exDM69
70 days ago
|
parent
|
context
|
favorite
| on:
Shipping textures as PNGs is suboptimal
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.
pmarreck
70 days ago
[–]
Oh. Yeah, that makes sense. Certainly a technical requirement that is tricky to satisfy.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Jpeg or other variable bitrate compression schemes are not applicable.