Scaleform::Render::RenderQueueProcessor::QueueProcessFilter

Scaleform::Render::RenderQueueProcessor::QueueProcessFilter
enum QueueProcessFilter {
  QPF_All,
  QPF_CacheableOnly
};
Description

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
Members 
Description 
QPF_All 
All rendering commands are processed. 
QPF_CacheableOnly 
Only cacheables (ie. FilterPrimitive/BlendPrimitive) commands are processed. 
File

Render_Queue.h