The BC7
field is a member of the ImageFormat
enumeration in the Sandbox API. It represents the BC7 texture compression format, which is a block-based texture compression format that provides high-quality compression for images with a wide range of color and alpha data. BC7 is particularly useful for compressing textures in modern graphics applications where high visual fidelity is required.
BC7 is part of the DirectX 11 texture compression formats and is known for its ability to maintain image quality while significantly reducing the size of texture data, making it ideal for real-time rendering applications such as games.