---
title: MPSGraphScatterMode
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphscattermode
---

# MPSGraphScatterMode

The scatter mode.

## Declaration

```swift
enum MPSGraphScatterMode
```

## Topics

### Enumeration Cases

- [MPSGraphScatterMode.add](metalperformanceshadersgraph/mpsgraphscattermode/add.md)
- [MPSGraphScatterMode.div](metalperformanceshadersgraph/mpsgraphscattermode/div.md)
- [MPSGraphScatterMode.max](metalperformanceshadersgraph/mpsgraphscattermode/max.md)
- [MPSGraphScatterMode.min](metalperformanceshadersgraph/mpsgraphscattermode/min.md)
- [MPSGraphScatterMode.mul](metalperformanceshadersgraph/mpsgraphscattermode/mul.md)
- [MPSGraphScatterMode.set](metalperformanceshadersgraph/mpsgraphscattermode/set.md)
- [MPSGraphScatterMode.sub](metalperformanceshadersgraph/mpsgraphscattermode/sub.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphscattermode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
