# depth

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

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AMD](/engine/6000.7/script-reference/unityengine/amd.md)
* **Assembly:** UnityEngine.AMDModule

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