RenderQueue Class

(Qt3DRender::Render::RenderQueue)

Public Functions

RenderQueue()
int currentRenderViewCount() const
bool isFrameQueueComplete() const
QVector<RenderView *> nextFrameQueue()
bool queueRenderView(RenderView *renderView, uint submissionOrderIndex)
void reset()
void setTargetRenderViewCount(int targetRenderViewCount)
int targetRenderViewCount() const

Member Function Documentation

RenderQueue::RenderQueue()

Default constructs an instance of RenderQueue.

int RenderQueue::currentRenderViewCount() const

bool RenderQueue::isFrameQueueComplete() const

QVector<RenderView *> RenderQueue::nextFrameQueue()

bool RenderQueue::queueRenderView(RenderView *renderView, uint submissionOrderIndex)

void RenderQueue::reset()

void RenderQueue::setTargetRenderViewCount(int targetRenderViewCount)

See also targetRenderViewCount().

int RenderQueue::targetRenderViewCount() const

See also setTargetRenderViewCount().