---
title: "render(_:to:)"
framework: coreimage
role: symbol
role_heading: Instance Method
path: "coreimage/cicontext/render(_:to:)"
---

# render(_:to:)

Renders an image into a pixel buffer.

## Declaration

```swift
func render(_ image: CIImage, to buffer: CVPixelBuffer)
```

## Parameters

- `image`: A Core Image image object.
- `buffer`: The destination pixel buffer.

## See Also

### Rendering Images

- [createCGImage(_:from:)](coreimage/cicontext/createcgimage(_:from:).md)
- [createCGImage(_:from:format:colorSpace:)](coreimage/cicontext/createcgimage(_:from:format:colorspace:).md)
- [createCGImage(_:from:format:colorSpace:deferred:)](coreimage/cicontext/createcgimage(_:from:format:colorspace:deferred:).md)
- [render(_:toBitmap:rowBytes:bounds:format:colorSpace:)](coreimage/cicontext/render(_:tobitmap:rowbytes:bounds:format:colorspace:).md)
- [render(_:to:bounds:colorSpace:)](coreimage/cicontext/render(_:to:bounds:colorspace:)-2k8l2.md)
- [render(_:to:bounds:colorSpace:)](coreimage/cicontext/render(_:to:bounds:colorspace:)-54b9l.md)
- [render(_:to:commandBuffer:bounds:colorSpace:)](coreimage/cicontext/render(_:to:commandbuffer:bounds:colorspace:).md)
