Contents

MTL4CommitOptions

Represents options to configure a commit operation on a command queue.

Declaration

class MTL4CommitOptions

Overview

You pass these options as a parameter when you call commit:count:options:.

  • Note Instances of this class are not thread-safe. If your app modifies a shared commit options instance from multiple threads simultaneously, you are responsible for providing external synchronization.

Topics

Instance Methods

See Also

Submitting work to a GPU with Metal 4