virtual void UpdateImage(Image* pimage) = 0;
UpdateImage queues up a default full-image update implemented by mapping the texture and calling Image::Decode to fully populate it with data.
Parameters |
Description |
Image* pimage |
Pointer to the Image object which is to be updated. |