# Basic

> Basic Graphics.CopyTexture support.

## Definition

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

```csharp
Basic = 1
```

### Remarks

Generally this means that texture copies work between same texture types (e.g. 2D texture to 2D texture, or cubemap to cubemap). Additional cases that might not necessarily be present are other flags in [CopyTextureSupport](/engine/6000.6/script-reference/unityengine/rendering/copytexturesupport.md).
