virtual QIPrepareResult Prepare(RenderQueueItem&, RenderQueueProcessor&, bool waitForCache);
Prepare prepares the draw primitives for rendering, by bringing it into the cache.
Parameters |
Description |
bool waitForCache |
_nt_ |
RenderQueueItem& |
The draw primitive queued up for rendering. |
RenderQueueProcessor& |
The render queue processor for processing and rendering the queue items. |
QIPrepareResult containing the action to take for the prepared draw primitives.