<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNComputeStage",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@T@VNComputeStage"
  },
  "title" : "VNComputeStage"
}
-->

# VNComputeStage

Types that represent the compute stage.

```
struct VNComputeStage
```

## Topics

### Get the Compute Stages

[`main`](/documentation/Vision/VNComputeStage/main)

A stage that represents where the system performs the main functionality.

[`postProcessing`](/documentation/Vision/VNComputeStage/postProcessing)

A stage that represents where the system performs additional analysis from the main compute stage.

### Create a Compute Stage

[`init(rawValue:)`](/documentation/Vision/VNComputeStage/init(rawValue:))

Creates a compute stage with the value you specify.



---

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)