MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetRenderQueueLength

Method GetRenderQueueLength

trinity/Tr2ImpostorManager.cpp:352–355  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns the number of re-renerings to be done this frame. Should be called after EndUpdate. Return Value: Number of re-renerings to be done this frame --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

350// Number of re-renerings to be done this frame
351// --------------------------------------------------------------------------------------
352size_t Tr2ImpostorManager::GetRenderQueueLength() const
353{
354 return m_renderQueue.size();
355}
356
357// --------------------------------------------------------------------------------------
358// Description:

Callers 1

UpdateImpostorsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected