ImageUpdateQueue

ImageUpdateQueue
struct ImageUpdateQueue {
  ArrayLH<UpdateRef, StatRender_TextureManager_Mem, UpdateShrinkPolicy> Queue;
};
Description

ImageUpdateQueue is a simple array-based queue used to record image update requests and execute them all at once. Uses the lower pointer bit to determine whether this is a full or partial image update.

Data Members
Data Member 
Description 
 
Methods
Method 
Description 
Add 
Adds an image update request to the queue. 
Add 
Adds an image update request to the queue. 
Process the image update requests. 
File

Render_Image.h