<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLComputePipelineState/makeComputePipelineStateWithAdditionalBinaryFunctions(functions:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(pl)MTLComputePipelineState(im)newComputePipelineStateWithAdditionalBinaryFunctions:error:"
  },
  "title" : "makeComputePipelineStateWithAdditionalBinaryFunctions(functions:)"
}
-->

# makeComputePipelineStateWithAdditionalBinaryFunctions(functions:)

Creates a new pipeline state object with additional callable functions.

```
func makeComputePipelineStateWithAdditionalBinaryFunctions(functions: [any MTLFunction]) throws -> any MTLComputePipelineState
```

## Parameters

`functions`

The list of additional functions that you want to be able to call.

## Return Value

A new compute pipeline state with access to the provided functions. When this value is `nil`, an error occurred during handle creation.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)