Home
last modified time | relevance | path

Searched defs:GetNumLights (Results 1 – 4 of 4) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/graphics/opengl/
H A DRendererGL.h93 virtual Uint32 GetNumLights() const override final { return m_numLights; } in GetNumLights() function
/dports/games/pioneer/pioneer-20210723/src/graphics/
H A DRenderer.h109 virtual Uint32 GetNumLights() const { return 0; } in GetNumLights() function
/dports/games/pioneer/pioneer-20210723/src/graphics/dummy/
H A DRendererDummy.h60 virtual Uint32 GetNumLights() const override final { return 1; } in GetNumLights() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DRenderer.cpp609 unsigned Renderer::GetNumLights(bool allViews) const in GetNumLights() function in Urho3D::Renderer