---
title: supportAddingVertexBinaryFunctions
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinedescriptor/supportaddingvertexbinaryfunctions
---

# supportAddingVertexBinaryFunctions

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

## Declaration

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

## See Also

### Specifying precompiled shader binaries

- [supportAddingFragmentBinaryFunctions](metal/mtlrenderpipelinedescriptor/supportaddingfragmentbinaryfunctions.md)
- [binaryArchives](metal/mtlrenderpipelinedescriptor/binaryarchives.md)
