IDevice::waitIdle - dpw105f18/papago-api GitHub Wiki
Halt CPU execution until GPU is finished with all commands.
This should be called on exit to make sure that all resources are done before cleanup.
void waitIdle();
Halt CPU execution until GPU is finished with all commands.
This should be called on exit to make sure that all resources are done before cleanup.
void waitIdle();