TexFormat.Rgb10a2
static TexFormat Rgb10a2
Description
Packed unsigned-normalized R/G/B/A with 10 bits per color channel and 2 bits for alpha. A great presentation format for high bit-depth displays that still fits in 32 bpp, and you get a bit of transparency too! Alpha is effectively on/off/halfway though, so skip this if you need smooth alpha. Not universally supported as a render target!
Found an issue with these docs, or have some additional questions? Create an Issue on Github!