Hacker News new | ask | show | jobs
by Scali 1464 days ago
This was in the context of using the video as a texture. As I tried to explain, the RGB texture formats with 8-bit precision use 32-bit words. There are no 24-bit formats available as a texture format. NV12 is also a native texture format, so it makes sense to compare these two formats in this context.
1 comments

That makes sense, thanks. Nice write up btw.