Builder

public final class Builder

A helper object that can add passes to a pipeline.

To add a new pass, call add(_:).

  • Appends a pass to the current pipeline.

    Declaration

    Swift

    public func add(_ type: Pass)