<!--
{
  "availability" : [
    "Reality Composer Pro: -",
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ComputeGraph",
  "identifier" : "/documentation/ComputeGraph/ComputeNodeGraph/Pipelines",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Compute Graph",
      "ComputeGraph"
    ],
    "preciseIdentifier" : "s:12ComputeGraph0a4NodeB0V9PipelinesV"
  },
  "title" : "ComputeNodeGraph.Pipelines"
}
-->

# ComputeNodeGraph.Pipelines

Fully-compiled shaders for a compute graph.

```
struct Pipelines
```

## Overview

You use pipelines to construct [`ComputeGraphSimulation`](/documentation/ComputeGraph/ComputeGraphSimulation) objects. A pipeline
can be used by many simulations at the same time.

## Topics

### Structures

[`struct Options`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/Options-swift.struct)

### Initializers

[`init(ComputeNodeGraph) async throws`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/init(_:)-2h68e)

Assembles and compiles pipelines from the provided graph.

[`init(ComputeNodeGraph) throws`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/init(_:)-5cutl)

Assembles and compiles pipelines from the provided graph.

[`init(descriptor: ComputeNodeGraph.PipelinesDescriptor) throws`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/init(descriptor:)-1jzxc)

[`init(descriptor: ComputeNodeGraph.PipelinesDescriptor) async throws`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/init(descriptor:)-2t8g4)

### Instance Properties

[`var assembly: ComputeNodeGraph.Assembly`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/assembly)

[`var options: ComputeNodeGraph.Pipelines.Options`](/documentation/ComputeGraph/ComputeNodeGraph/Pipelines/options-swift.property)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)