---
title: supportsFunctionPointers
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/supportsfunctionpointers
---

# supportsFunctionPointers

A Boolean value that indicates whether the device supports function pointers in compute kernel functions.

## Declaration

```swift
var supportsFunctionPointers: Bool { get }
```

## See Also

### Checking function pointer support

- [supportsFunctionPointersFromRender](metal/mtldevice/supportsfunctionpointersfromrender.md)
