RenderQueue

RenderQueue
Scaleform::Render::RenderQueue
Declaration
class RenderQueue;
Description

RenderQueue holds RenderQueueItem(s) which are being prepared for rendering. RenderQueue exists to prevent stalling due to mesh cache size limitations on consoles and to extend locks in D3D for performance.

Classes
Class 
Description 
 
Methods
Method 
Description 
Advances the head. 
Advances to the next item to be processed. 
Returns the render queue item at the head of the queue. 
Returns the next render item in the render queue. 
 
Initializes the render queue with the given number of items. 
RenderQueue constructor. 
Returns the reserved space for one queue item. 
Shuts down the render queue. 
File

Render_Queue.h