Contents

setFunctions(_:range:)

Sets a range of entries in the table.

Declaration

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

Parameters

  • functions:

    The new entries for the table.

  • range:

    A range of indices to change in the table.

See Also

Setting a table entry