---
title: supportAddingFragmentBinaryFunctions
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinedescriptor/supportaddingfragmentbinaryfunctions
---

# supportAddingFragmentBinaryFunctions

A Boolean value that indicates whether you can use the pipeline to create new pipelines by adding binary functions to the fragment shader’s callable functions list.

## Declaration

```swift
var supportAddingFragmentBinaryFunctions: Bool { get set }
```

## See Also

### Specifying precompiled shader binaries

- [supportAddingVertexBinaryFunctions](metal/mtlrenderpipelinedescriptor/supportaddingvertexbinaryfunctions.md)
- [binaryArchives](metal/mtlrenderpipelinedescriptor/binaryarchives.md)
