ImageUpdateSync::UpdateImage

ImageUpdateSync::UpdateImage
virtual void UpdateImage(Image* pimage) = 0;
Description

UpdateImage queues up a default full-image update implemented by mapping the texture and calling Image::Decode to fully populate it with data.

Parameters
Parameters 
Description 
Image* pimage 
Pointer to the Image object which is to be updated.