![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <RenderQueue.h>
Public Attributes | |
RenderStagePass | _stagePass |
RenderBinType | _binType = RenderBinType::COUNT |
bool | _filterByBinType = false |
Definition at line 53 of file RenderQueue.h.
RenderBinType Divide::RenderQueue::PopulateQueueParams::_binType = RenderBinType::COUNT |
Definition at line 55 of file RenderQueue.h.
bool Divide::RenderQueue::PopulateQueueParams::_filterByBinType = false |
_filterByBinType: if true, populate from bin, if false, populate from everything except bin Combined with RenderBinType::COUNT, you get all 4 variants: all bins, no bins, just specified bin, all bins except for specified bin
Definition at line 58 of file RenderQueue.h.
RenderStagePass Divide::RenderQueue::PopulateQueueParams::_stagePass |
Definition at line 54 of file RenderQueue.h.