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

Method AddPointLight

src/Nazara/Graphics/DepthRenderQueue.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 */
322
323 void DepthRenderQueue::AddPointLight(const PointLight& light)
324 {
325 NazaraAssert(false, "Depth render queue doesn't handle lights");
326 NazaraUnused(light);
327 }
328
329 /*!
330 * \brief Adds a spot light to the queue

Callers 2

AddToRenderQueueMethod · 0.45
EnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected