Contents

setStageIn(_:)

Sets the region of the stage-in attributes to apply to the compute kernel.

Declaration

func setStageIn(_ region: MTLRegion)

Parameters

  • region:

    The offset and maximum size of the grid over which compute threads that read per-thread stage-in data are launched.

See Also

Setting a command’s arguments