Contents

MTLCommandBufferStatus.scheduled

A command buffer’s fourth state, which indicates the command buffer has its resources ready and is waiting for the GPU to run its commands.

Declaration

case scheduled

Mentioned in

Discussion

See the MTLCommandBuffer protocol’s status property for more information.

See Also

Command buffer states