makeRenderPipelineState(additionalBinaryFunctions:)
Creates a new render pipeline state by adding binary functions to each stage of this pipeline state.
Declaration
func makeRenderPipelineState(additionalBinaryFunctions binaryFunctionsDescriptor: MTL4RenderPipelineBinaryFunctionsDescriptor) throws -> any MTLRenderPipelineStateParameters
- binaryFunctionsDescriptor:
A non-
nildynamic linking descriptor.
Return Value
A new render pipeline state upon success, otherwise nil.