Contents

functionHandle(function:)

Gets the function handle for a function this pipeline links at the binary level.

Declaration

func functionHandle(function: any MTL4BinaryFunction) -> (any MTLFunctionHandle)?

Parameters

  • function:

    A binary function object representing the function binary to find.

Return Value

A function handle corresponding to the function if the binary function matches a function in this pipeline state, otherwise nil.