Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h45 struct LightSetBinder struct
47 LightSetBinder() in LightSetBinder() function
79 typedef ut::MoveArray<LightSetBinder> LightSetBinderArray;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp61 … void* lightSetsMemory = allocator->Alloc(sizeof(LightSetBinder) * resSetting.GetLightSetsCount()); in CreateEnvironmentArray()
62 …m_LightSets = ut::MoveArray<LightSetBinder>(lightSetsMemory, resSetting.GetLightSetsCount(), alloc… in CreateEnvironmentArray()