---
title: CIRenderTask
framework: coreimage
role: symbol
role_heading: Class
path: coreimage/cirendertask
---

# CIRenderTask

A single render task.

## Declaration

```swift
class CIRenderTask
```

## Overview

Overview A single render task issued in conjunction with CIRenderDestination. A CIRenderTask object appears in Xcode Quick Look as a graph.

## Topics

### Instance Methods

- [waitUntilCompleted()](coreimage/cirendertask/waituntilcompleted().md)

### Instance Properties

- [plannedPassCount](coreimage/cirendertask/plannedpasscount.md)
- [plannedPeakMemory](coreimage/cirendertask/plannedpeakmemory.md)
- [plannedPixelsOverdrawn](coreimage/cirendertask/plannedpixelsoverdrawn.md)
- [plannedPixelsProcessed](coreimage/cirendertask/plannedpixelsprocessed.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Custom Render Destination

- [Generating an animation with a Core Image Render Destination](coreimage/generating-an-animation-with-a-core-image-render-destination.md)
- [CIRenderDestination](coreimage/cirenderdestination.md)
- [CIRenderInfo](coreimage/cirenderinfo.md)
- [CIRenderDestinationAlphaMode](coreimage/cirenderdestinationalphamode.md)
