# GetTextureFormat(GraphicsFormat)

> Translates GraphicsFormat into TextureFormat.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Experimental.Rendering](/engine/6000.7/script-reference/unityengine/experimental/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static TextureFormat GetTextureFormat(GraphicsFormat format)
```

### Parameters

**** (\[GraphicsFormat]\(/engine/6000.7/script-reference/unityengine/experimental/rendering/graphicsformat)):&#x20;

### Returns

| Type                                                                          | Description |
| ----------------------------------------------------------------------------- | ----------- |
| [TextureFormat](/engine/6000.7/script-reference/unityengine/textureformat.md) |             |
