MTLIndirectCommandBufferExecutionRangeMake(_:_:)
Creates a command execution range.
Declaration
func MTLIndirectCommandBufferExecutionRangeMake(_ location: UInt32, _ length: UInt32) -> MTLIndirectCommandBufferExecutionRangeParameters
- location:
The start index of the range.
- length:
The number of items in the range.