TextureManager::UpdateImage

TextureManager::UpdateImage
virtual void UpdateImage(ImageUpdate* pupdate);
Description

UpdateImage queues up a custom image update, which is AddRefed internally. ImageUpdate::HandleUpdate function will be executed when the update takes place.

Parameters
Parameters 
Description 
ImageUpdate* pupdate 
Pointer to ImageUpdate for image updates.