---
title: "makePipeline(desc:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/lowleveldeformationcontext/makepipeline(desc:)"
---

# makePipeline(desc:)

Creates a compute pipeline asynchronously.

## Declaration

```swift
final func makePipeline(desc: LowLevelDeformation.Pipeline.Descriptor) async throws -> LowLevelDeformation.Pipeline
```

## Parameters

- `desc`: An object that describes the vertex layouts and deformer stages.

## Discussion

Discussion note: If the descriptor is invalid.
