# R16_SIGNED

> Single channel (R) texture format, 16-bits signed integer.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
R16_SIGNED = 79
```

### Remarks

Import textures of this format in .DDS files.

Note that not all graphics cards support all texture formats, use [SystemInfo.SupportsTextureFormat](/engine/6000.0/script-reference/unityengine/systeminfo/supportstextureformat.md) to check.

Additional Resources: [Texture2D.format](/engine/6000.0/script-reference/unityengine/texture2d/format.md), [texture assets](/engine/6000.0/manual/materials-and-shaders/textures/textures-getting-started/textures.md).
