---
title: MPSGraphResizeMode
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphresizemode
---

# MPSGraphResizeMode

The resize mode to use for resizing.

## Declaration

```swift
enum MPSGraphResizeMode
```

## Topics

### Enumeration Cases

- [MPSGraphResizeMode.bilinear](metalperformanceshadersgraph/mpsgraphresizemode/bilinear.md)
- [MPSGraphResizeMode.nearest](metalperformanceshadersgraph/mpsgraphresizemode/nearest.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphresizemode/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)
