Contents

resuming

Configures the render pass to as resuming.

Declaration

static var resuming: MTL4RenderEncoderOptions { get }

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.