MTLCommandBufferStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the command-buffer state-machine. Enqueued->Committed->Scheduled->Completed.
public enum MTLCommandBufferStatus
type MTLCommandBufferStatus =
- Inheritance
-
MTLCommandBufferStatus
Fields
Name | Value | Description |
---|---|---|
NotEnqueued | 0 | |
Enqueued | 1 | |
Committed | 2 | |
Scheduled | 3 | |
Completed | 4 | |
Error | 5 |