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

# results

The virtual node representing this graph’s outputs.

## Declaration

```swift
final var results: ShaderGraph.Node { get }
```

## Discussion

Discussion Connect edges from internal nodes to this node to route values out of the graph. Its input ports correspond to the outputs declared on this graph.
