# DXT1

> TextureFormat.DXT1 (BC1) compressed texture format.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
DXT1 = 10
```

### Remarks

Additional Resources: [TextureImporter.textureFormat](/engine/6000.7/script-reference/unityeditor/textureimporter/textureformat.md).
