<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARMatteGenerator/Resolution",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARMatteResolution"
  },
  "title" : "ARMatteGenerator.Resolution"
}
-->

# ARMatteGenerator.Resolution

A resolution for a matte texture.

```
enum Resolution
```

## Overview

You generate a matte texture every frame, specifying whether its resolution is the full size or half of the camera image.

## Topics

### Choosing a Resolution Option

[`ARMatteResolutionFull`](/documentation/ARKit/ARMatteGenerator/Resolution/full)

An option that specifies the full camera image resolution.

[`ARMatteResolutionHalf`](/documentation/ARKit/ARMatteGenerator/Resolution/half)

An option that specifies half of the camera image resolution.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)