Contents

MTLIndirectCommandBufferExecutionRangeMake(_:_:)

Creates a command execution range.

Declaration

func MTLIndirectCommandBufferExecutionRangeMake(_ location: UInt32, _ length: UInt32) -> MTLIndirectCommandBufferExecutionRange

Parameters

  • location:

    The start index of the range.

  • length:

    The number of items in the range.

See Also

Indirect command buffers