Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetRenderQueue
Method
GetRenderQueue
src/Nazara/Graphics/DepthRenderTechnique.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
*/
110
111
AbstractRenderQueue* DepthRenderTechnique::GetRenderQueue()
112
{
113
return &m_renderQueue;
114
}
115
116
/*!
117
* \brief Gets the type of the current technique
Callers
4
OnUpdate
Method · 0.45
UpdateDirectionalShadowMaps
Method · 0.45
UpdatePointSpotShadowMaps
Method · 0.45
Initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected