---
title: resuming
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtl4renderencoderoptions/resuming
---

# resuming

Configures the render pass to as resuming.

## Declaration

```swift
static var resuming: MTL4RenderEncoderOptions { get }
```

## Discussion

Discussion Pass this option to makeRenderCommandEncoder(descriptor:options:) to specify that Metal can stitch the work a render command encoder encodes with a prior “suspending” render command encoder.
