Other |
---|
internalFixed |
The [CommandBuffer waitUntilCompleted] call is a blocking call that blocks the calling thread and effectively reduces the generation of commands. This call should be removed and an appropriate notification call should be added to notify Prism/Glass when CommandBuffer is completed so that the ready frame is displayed.
|