| 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 |
no outgoing calls
no test coverage detected