Contents

executeCommandsInBuffer:withRange:

Encodes a command to execute a series of commands from an indirect command buffer.

Declaration

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

Parameters

  • indirectCommandBuffer:

    Mtlindirectcommandbuffer instance containing the commands to execute.

  • executionRange:

    The range of commands to execute.

See Also

Encoding indirect command buffers