---
title: "supportsDestination(_:)"
framework: metal
role: symbol
role_heading: Instance Method
path: "metal/mtlcapturemanager/supportsdestination(_:)"
---

# supportsDestination(_:)

Checks to see whether a particular capture destination is supported.

## Declaration

```swift
func supportsDestination(_ destination: MTLCaptureDestination) -> Bool
```

## Parameters

- `destination`: The destination to test for.
