<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLPatchType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLPatchType"
  },
  "title" : "MTLPatchType"
}
-->

# MTLPatchType

Types of tessellation patches that can be inputs of a post-tessellation vertex function.

```
enum MTLPatchType
```

## Topics

### Patch types

[`MTLPatchType.none`](/documentation/Metal/MTLPatchType/none)

An option that indicates that this isn’t a post-tessellation vertex function.

[`MTLPatchType.triangle`](/documentation/Metal/MTLPatchType/triangle)

A triangle patch.

[`MTLPatchType.quad`](/documentation/Metal/MTLPatchType/quad)

A quad patch.



---

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)