makeComputePipelineState(additionalBinaryFunctions:)
Allocates a new compute pipeline state by adding binary functions to this pipeline state.
Declaration
func makeComputePipelineState(additionalBinaryFunctions: [any MTL4BinaryFunction]) throws -> any MTLComputePipelineStateParameters
- additionalBinaryFunctions:
A non-
nilarray containing binary functions to add to this pipeline.
Return Value
A new compute pipeline state upon success, otherwise nil.