---
title: ComputeNodeGraph.Node
framework: Compute Graph
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/node
---

# ComputeNodeGraph.Node

## Declaration

```swift
struct Node
```

## Topics

### Initializers

- [init(definition:label:)](computegraph/computenodegraph/node/init(definition:label:).md)

### Instance Properties

- [definition](computegraph/computenodegraph/node/definition.md)
- [kind](computegraph/computenodegraph/node/kind-swift.property.md)
- [label](computegraph/computenodegraph/node/label.md)
- [metadata](computegraph/computenodegraph/node/metadata.md)
- [uniforms](computegraph/computenodegraph/node/uniforms.md)

### Instance Methods

- [input(at:)](computegraph/computenodegraph/node/input(at:).md)
- [input(named:)](computegraph/computenodegraph/node/input(named:).md)
- [inputData(named:)](computegraph/computenodegraph/node/inputdata(named:).md)
- [setInput(_:_:)](computegraph/computenodegraph/node/setinput(_:_:)-2ittk.md)
- [setInput(_:_:)](computegraph/computenodegraph/node/setinput(_:_:)-35srn.md)
- [setInput(_:_:)](computegraph/computenodegraph/node/setinput(_:_:)-3yk57.md)
- [setInput(_:_:)](computegraph/computenodegraph/node/setinput(_:_:)-9n5yb.md)
- [setInput(at:_:)](computegraph/computenodegraph/node/setinput(at:_:)-95j9n.md)
- [setInput(at:_:)](computegraph/computenodegraph/node/setinput(at:_:)-9xg3z.md)

### Enumerations

- [ComputeNodeGraph.Node.Kind](computegraph/computenodegraph/node/kind-swift.enum.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
