ImageUpdateQueue::Add

ImageUpdateQueue::Add
void Add(Image* pimage);
void Add(ImageUpdate* pupdate);
Description

Add adds an image update request to the queue.

Parameters
Parameters 
Description 
Image* pimage 
Pointer to the image which is to be updated. 
ImageUpdate* pupdate 
Custom image update to be performed on the image and is executed on the rendering thread.