enum QueueProcessFilter { QPF_All, QPF_CacheableOnly };
QueueProcessFilter controls filtering of rendering commands in the queue. The RenderQueueProcessor filtering is queried in each RenderQueueItem::Interface, which must respect these filters on a case-by-case basis.
Members |
Description |
QPF_All |
All rendering commands are processed. |
QPF_CacheableOnly |
Only cacheables (ie. FilterPrimitive/BlendPrimitive) commands are processed. |
Render_Queue.h