# GetRenderTextureFormat(GraphicsFormat)

> Translates GraphicsFormat into RenderTextureFormat.

## Definition

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

```csharp
public static RenderTextureFormat GetRenderTextureFormat(GraphicsFormat format)
```

### Parameters

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

### Returns

| Type                                                                                      | Description |
| ----------------------------------------------------------------------------------------- | ----------- |
| [RenderTextureFormat](/engine/6000.0/script-reference/unityengine/rendertextureformat.md) |             |
