Share via


MTLCommandBufferStatus Enum

Definition

The state of the command-buffer state-machine. Enqueued->Committed->Scheduled->Completed.

[ObjCRuntime.Native]
public enum MTLCommandBufferStatus
[<ObjCRuntime.Native>]
type MTLCommandBufferStatus = 
Inheritance
MTLCommandBufferStatus
Attributes

Fields

Name Value Description
NotEnqueued 0
Enqueued 1
Committed 2
Scheduled 3
Completed 4
Error 5

Applies to