Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h129 DEFAULT_MAX_LIGHTS = 8, //!< フラグメントライトのデフォルト最大数です。 enumerator
157 m_MaxLights(DEFAULT_MAX_LIGHTS), in Builder()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h557 maxLights(gfx::SceneContext::DEFAULT_MAX_LIGHTS), in Description()