Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetRenderQueue
Method
GetRenderQueue
src/Nazara/Graphics/DeferredRenderTechnique.cpp:375–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
*/
374
375
AbstractRenderQueue* DeferredRenderTechnique::GetRenderQueue()
376
{
377
return &m_renderQueue;
378
}
379
380
/*!
381
* \brief Gets the type of the current technique
Callers
1
DeferredRenderTechnique
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected