Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ AddDirectionalLight
Method
AddDirectionalLight
src/Nazara/Graphics/DepthRenderQueue.cpp:280–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
*/
279
280
void DepthRenderQueue::AddDirectionalLight(const DirectionalLight& light)
281
{
282
NazaraAssert(false,
"Depth render queue doesn't handle lights"
);
283
NazaraUnused(light);
284
}
285
286
/*!
287
* \brief Adds mesh to the queue
Callers
1
AddToRenderQueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected