Contents

setFunctions(_:range:)

Sets a range of table entries to point to an array of callable functions.

Declaration

func setFunctions(_ functions: [(any MTLFunctionHandle)?], range: Range<Int>)

Parameters

  • functions:

    An array of function handles for the functions to be called.

  • range:

    A range of indices to change in the table.

See Also

Setting a table entry