# RemoveAllCommandBuffers()

> Remove all command buffers set on this camera.

## Definition

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

```csharp
public void RemoveAllCommandBuffers()
```

### Remarks

This API is only available with the Built-in renderer. Additional Resources: [CommandBuffer](/engine/6000.7/script-reference/unityengine/rendering/commandbuffer.md), [Camera.RemoveCommandBuffer](/engine/6000.7/script-reference/unityengine/camera/removecommandbuffer.md), [Camera.RemoveCommandBuffers](/engine/6000.7/script-reference/unityengine/camera/removecommandbuffers.md).
