---
title: metalTexture
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/ciimageprocessoroutput/metaltexture
---

# metalTexture

A Metal texture object that can be bound for output using Metal.

## Declaration

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

## See Also

### Providing Output Image Data

- [baseAddress](coreimage/ciimageprocessoroutput/baseaddress.md)
- [pixelBuffer](coreimage/ciimageprocessoroutput/pixelbuffer.md)
- [surface](coreimage/ciimageprocessoroutput/surface.md)
