6 ms·
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-b
by Scali 4y 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.
- WhitneyLand 4y agoThat makes sense, thanks. Nice write up btw.