# SupportsRenderTextureFormat(RenderTextureFormat)

> This has the same functionality as SystemInfo.SupportsRenderTextureFormat and also mimics platform-specific behavior in the Unity Editor.

## Definition

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

```csharp
public static bool SupportsRenderTextureFormat(RenderTextureFormat format)
```

### Parameters

**** (\[RenderTextureFormat]\(/engine/6000.0/script-reference/unityengine/rendertextureformat)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
