---
title: "makePipeline(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "realitykit/lowleveldeformationcontext/makepipeline(_:)"
---

# makePipeline(_:)

Creates a compute pipeline synchronously.

## Declaration

```swift
final func makePipeline(_ descriptor: LowLevelDeformation.Pipeline.Descriptor) throws -> LowLevelDeformation.Pipeline
```

## Parameters

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

## Discussion

Discussion note: If the descriptor is invalid.
