Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::RenderQueue::PopulateQueueParams Struct Reference

#include <RenderQueue.h>

Public Attributes

RenderStagePass _stagePass
 
RenderBinType _binType = RenderBinType::COUNT
 
bool _filterByBinType = false
 

Detailed Description

Definition at line 53 of file RenderQueue.h.

Member Data Documentation

◆ _binType

RenderBinType Divide::RenderQueue::PopulateQueueParams::_binType = RenderBinType::COUNT

Definition at line 55 of file RenderQueue.h.

◆ _filterByBinType

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.

◆ _stagePass

RenderStagePass Divide::RenderQueue::PopulateQueueParams::_stagePass

Definition at line 54 of file RenderQueue.h.


The documentation for this struct was generated from the following file: