# depth

> The input depth buffer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.NVIDIA](/engine/6000.7/script-reference/unityengine/nvidia.md)
* **Assembly:** UnityEngine.NVIDIAModule

```csharp
public Texture depth { readonly get; set; }
```

### Remarks

This must be the same size as the input color buffer. This texture is mandatory and you must set it to a non-null value.
