Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_LightSet.h96 DynamicBuilder& MaxVertexLights(s32 maxVertexLights) in MaxVertexLights() function
Dgfx_RenderContext.h198 …Builder& MaxVertexLights(int maxVertexLights) { m_MaxVertexLights = maxVertexLights; return *this;… in MaxVertexLights() function
Dgfx_SceneContext.h210 Builder& MaxVertexLights(s32 max) { m_MaxVertexLights = max; return *this; } in MaxVertexLights() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1022 .MaxVertexLights(description.maxVertexLights) in Create()