# RG16

> Two channel (RG) texture format, 8-bits unsigned integer per channel.

## Definition

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

```csharp
RG16 = 62
```

### Remarks

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).
