---
title: depthTextureFormat
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporalscalerdescriptor/depthtextureformat
---

# depthTextureFormat

The pixel format of the input depth texture for the temporal scaler you create with this descriptor.

## Declaration

```swift
var depthTextureFormat: MTLPixelFormat { get set }
```

## See Also

### Configuring a temporal effect’s input

- [inputWidth](metalfx/mtlfxtemporalscalerdescriptor/inputwidth.md)
- [inputHeight](metalfx/mtlfxtemporalscalerdescriptor/inputheight.md)
- [isInputContentPropertiesEnabled](metalfx/mtlfxtemporalscalerdescriptor/isinputcontentpropertiesenabled.md)
- [inputContentMinScale](metalfx/mtlfxtemporalscalerdescriptor/inputcontentminscale.md)
- [inputContentMaxScale](metalfx/mtlfxtemporalscalerdescriptor/inputcontentmaxscale.md)
- [colorTextureFormat](metalfx/mtlfxtemporalscalerdescriptor/colortextureformat.md)
- [motionTextureFormat](metalfx/mtlfxtemporalscalerdescriptor/motiontextureformat.md)
- [isAutoExposureEnabled](metalfx/mtlfxtemporalscalerdescriptor/isautoexposureenabled.md)
- [requiresSynchronousInitialization](metalfx/mtlfxtemporalscalerdescriptor/requiressynchronousinitialization.md)
- [isReactiveMaskTextureEnabled](metalfx/mtlfxtemporalscalerdescriptor/isreactivemasktextureenabled.md)
- [reactiveMaskTextureFormat](metalfx/mtlfxtemporalscalerdescriptor/reactivemasktextureformat.md)
