---
title: outputTexture
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporalscalerbase/outputtexture
---

# outputTexture

The output texture into which this scaler writes its output.

## Declaration

```swift
var outputTexture: (any MTLTexture)? { get set }
```

## Discussion

Discussion You are responsible for providing a texture with a private storageMode to this property.
