# supportsMultisampleAutoResolve

> Returns true if multisampled textures are resolved automatically

## Definition

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

```csharp
public static bool supportsMultisampleAutoResolve { get; }
```

### Remarks

Some platforms support multisampling without using an intermediate multisampled texture that needs to be explicitly resolved. Such platforms automatically resolve the multisampling which provides a performance gain by saving bandwidth. Additional Resources: [CommandBuffer.Blit](/engine/6000.0/script-reference/unityengine/rendering/commandbuffer/blit.md).
