virtual void RemoveMovie(MovieImpl* movie);
RemoveMovie removes a movie from the list of movies to be profiled and is called from GFx::MovieImpl destructor.
Parameters |
Description |
MovieImpl* movie |
Movie to be removed from profiling. |