---
title: binaryFunctions
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtllinkedfunctions/binaryfunctions
---

# binaryFunctions

An array of function objects already compiled to a binary representation to link.

## Declaration

```swift
var binaryFunctions: [any MTLFunction]? { get set }
```

## See Also

### Specifying related functions

- [functions](metal/mtllinkedfunctions/functions.md)
- [groups](metal/mtllinkedfunctions/groups.md)
- [privateFunctions](metal/mtllinkedfunctions/privatefunctions.md)
