resetCommandsInBuffer(_:range:)
Encodes a command that resets a range of commands in an indirect command buffer.
Declaration
func resetCommandsInBuffer(_ buffer: any MTLIndirectCommandBuffer, range: Range<Int>)Parameters
- buffer:
An indirect command buffer the command resets.
- range:
A range of commands within
buffer.