virtual void RemoveLoadProcess(GFx::LoadProcess* loadProcess);
AMP includes data and image loading tasks in each frame profile. In order to do this, Scaleform calls RemoveLoadProcess whenever a load process is finished.
|
Parameters |
Description |
|
GFx::LoadProcess* loadProcess |
The load process to be profiled. |