---
title: targetColorTexture
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/arview/postprocesscontext/targetcolortexture
---

# targetColorTexture

The output texture where the postprocess callback writes the modified frame buffer.

## Declaration

```swift
var targetColorTexture: any MTLTexture
```

## Mentioned in

Implementing postprocess effects using Metal compute functions Applying core image filters as a postprocess effect Checking the pixel format of a postprocess effect’s output texture Using Metal performance shaders to create custom postprocess effects
