void Add(Image* pimage); void Add(ImageUpdate* pupdate);
Add adds an image update request to the queue.
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. |