⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

TexFormat.Bc1RgbSrgb

static TexFormat Bc1RgbSrgb

Description

BC1/DXT1 sRGB RGB, no alpha, 4 bpp. Each 4x4 block of pixels gets squished into 8 bytes, so a texture only takes a quarter of Rgba32’s memory. Quality is good for opaque diffuse textures, though artifacts can show up in smooth gradients. Widely supported on desktop and console GPUs - not so much on mobile.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!