---
title: ComputeNodeGraph.Assembly.Location
framework: Compute Graph
role: symbol
role_heading: Enumeration
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/assembly/location
---

# ComputeNodeGraph.Assembly.Location

## Declaration

```swift
enum Location
```

## Topics

### Enumeration Cases

- [ComputeNodeGraph.Assembly.Location.buffer(index:sizeOffset:)](computegraph/computenodegraph/assembly/location/buffer(index:sizeoffset:).md)
- [ComputeNodeGraph.Assembly.Location.constant(value:)](computegraph/computenodegraph/assembly/location/constant(value:).md)
- [ComputeNodeGraph.Assembly.Location.constantBuffer(index:offset:)](computegraph/computenodegraph/assembly/location/constantbuffer(index:offset:).md)
- [ComputeNodeGraph.Assembly.Location.context](computegraph/computenodegraph/assembly/location/context.md)
- [ComputeNodeGraph.Assembly.Location.deviceBuffer(index:offset:)](computegraph/computenodegraph/assembly/location/devicebuffer(index:offset:).md)
- [ComputeNodeGraph.Assembly.Location.port(node:index:)](computegraph/computenodegraph/assembly/location/port(node:index:).md)
- [ComputeNodeGraph.Assembly.Location.state(index:offset:length:)](computegraph/computenodegraph/assembly/location/state(index:offset:length:).md)
- [ComputeNodeGraph.Assembly.Location.texture(index:)](computegraph/computenodegraph/assembly/location/texture(index:).md)
- [ComputeNodeGraph.Assembly.Location.unbound](computegraph/computenodegraph/assembly/location/unbound.md)
- [ComputeNodeGraph.Assembly.Location.uniform(offset:length:)](computegraph/computenodegraph/assembly/location/uniform(offset:length:).md)

## Relationships

### Conforms To

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