<!--
{
  "availability" : [
    "iOS: 8.0.0 - 16.0.0",
    "iPadOS: 8.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "macOS: 10.11.0 - 13.0.0",
    "tvOS: 9.0.0 - 16.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLDevice/supportsFeatureSet(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(pl)MTLDevice(im)supportsFeatureSet:"
  },
  "title" : "supportsFeatureSet(_:)"
}
-->

# supportsFeatureSet(_:)

Returns a Boolean value that indicates whether the GPU device supports a specific feature set.

```
func supportsFeatureSet(_ featureSet: MTLFeatureSet) -> Bool
```

## Parameters

`featureSet`

An [`MTLFeatureSet`](/documentation/Metal/MTLFeatureSet) instance.

## See Also

[Detecting GPU features and Metal software versions](/documentation/Metal/detecting-gpu-features-and-metal-software-versions)

Use the device object’s properties to determine how you perform tasks in Metal.



---

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)