Home
last modified time | relevance | path

Searched defs:maxVertexLights (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_LightSet.h63 s32 maxVertexLights; member
94 DynamicBuilder& MaxVertexLights(s32 maxVertexLights) in MaxVertexLights()
Dgfx_RenderContext.h189 …Builder& MaxVertexLights(int maxVertexLights) { m_MaxVertexLights = maxVertexLights; return *this;… in MaxVertexLights()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h540 s32 maxVertexLights; //!< 頂点ライトの上限数を表します。 member