Contents

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 MTLRenderPipelineState

Parameters

  • binaryFunctionsDescriptor:

    A non-nil dynamic linking descriptor.

Return Value

A new render pipeline state upon success, otherwise nil.