Contents

executeCommandsInBuffer:withRange:

Encodes a command that runs a range of commands from an indirect command buffer.

Declaration

- (void) executeCommandsInBuffer:(id<MTLIndirectCommandBuffer>) indirectCommandBuffer withRange:(NSRange) executionRange;

Parameters

  • indirectCommandBuffer:

    A Mtlindirectcommandbuffer instance containing other commands that the current command runs.

  • executionRange:

    A span of integers that represent the command entries in the buffer that the current command runs.

See Also

Running commands from indirect command buffers