Contents

MTLIndirectComputeCommand

A compute command in an indirect command buffer.

Declaration

protocol MTLIndirectComputeCommand : NSObjectProtocol

Overview

Don’t implement this protocol; you get instances of this type by asking an MTLIndirectCommandBuffer for them.

Use this instance to reset or encode a command. You need to reset a command before encoding a new command.

Topics

Setting a command’s arguments

Synchronizing command execution

Encoding a compute command

Resetting a command

Instance Methods

See Also

Indirect compute commands