Contents

setLayer(_:at:)

Sets a configuration for a layer rate map.

Declaration

func setLayer(_ layer: MTLRasterizationRateLayerDescriptor?, at layerIndex: Int)

Parameters

  • layer:

    A description of a layer to add to the rate map descriptor. Use nil to remove the layer at that index.

  • layerIndex:

    The index to put the new layer description in.

Discussion

Calling this method is equivalent to using array subscript syntax.

See Also

Configuring the rate map layers