# Clear()

> Clear all commands in the buffer.

## Definition

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

```csharp
public void Clear()
```

### Remarks

Removes all previously added commands from the buffer and makes it empty.
