---
title: outputs
framework: realitykit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: realitykit/shadergraph/outputs
---

# outputs

The declared output ports of this graph.

## Declaration

```swift
final var outputs: [ShaderGraph.NodeDefinition.Output] { get }
```

## Discussion

Discussion These ports are exposed as inputs on the results node, and define what values the graph produces for the renderer.
