MTLCommandBuffer.waitUntilCompleted

Synchronously waits for the GPU to finish running the command buffer, which can block the current thread’s execution.

interface MTLCommandBuffer
@selector("waitUntilCompleted")
void
waitUntilCompleted
()

Meta