MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / AddSpotLight

Method AddSpotLight

src/Nazara/Graphics/DepthRenderQueue.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 */
336
337 void DepthRenderQueue::AddSpotLight(const SpotLight& light)
338 {
339 NazaraAssert(false, "Depth render queue doesn't handle lights");
340 NazaraUnused(light);
341 }
342
343 /*!
344 * \brief Adds sprites to the queue

Callers 1

AddToRenderQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected