Home
last modified time | relevance | path

Searched refs:MaxLights (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h192 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights() function
Dgfx_SceneContext.h204 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1020 .MaxLights(description.maxLights) in Create()