Home
last modified time | relevance | path

Searched refs:ActivateVertexLight (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h542 void ActivateVertexLight(int index, const VertexLight* light);
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp747 this->ActivateVertexLight(i, m_SceneEnvironment.GetVertexLight(i)); in ActivateVertexLights()
754 RenderContext::ActivateVertexLight(int index, const VertexLight* light) in ActivateVertexLight() function in nw::gfx::RenderContext