Home
last modified time | relevance | path

Searched refs:ActivateFragmentLight (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ActivateCommand.h180 ActivateFragmentLight(s32 index, ResMaterialColor materialColor, const FragmentLight* light, bool u… in ActivateFragmentLight() function
Dgfx_RenderContext.h536 void ActivateFragmentLight(int index, const FragmentLight* light);
Dgfx_MaterialState.h633 internal::ActivateFragmentLight(i, materialColor, light, useReflection); in ActivateMaterialColor()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp619 this->ActivateFragmentLight(i, light); in ActivateFragmentLights()
627 RenderContext::ActivateFragmentLight(int index, const FragmentLight* light) in ActivateFragmentLight() function in nw::gfx::RenderContext