Contents

MTLCommandBufferStatus.completed

A command buffer’s successful, final state, which indicates the GPU finished running the command buffer’s commands without any problems.

Declaration

case completed

Discussion

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

See Also

Command buffer states