TextureFormat.DXT1

Description

Compressed color texture format.

DXT1 (BC1) format compresses textures to 4 bits per pixel, and is widely supported on PC and console platforms.

It is a good format to compress most of RGB textures. For RGBA (with alpha) textures, use DXT5.

Additional resources: Texture2D.format, texture assets.


Did you find this page useful? Please give it a rating: