Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1324 TRANSLUCENCY_KIND_LAYER3, //!< レイヤー 4 ( 加算合成メッシュとして描画 ) です。 enumerator
1328 … TRANSLUCENCY_KIND_ADDITIVE = TRANSLUCENCY_KIND_LAYER3, //!< TRANSLUCENCY_KIND_LAYER3 と同じです。
1330 TRANSLUCENCY_KIND_END = TRANSLUCENCY_KIND_LAYER3 //!< 最後の描画レイヤーです。
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderQueue.h740 case ResMaterial::TRANSLUCENCY_KIND_LAYER3: in GetKeyFactory()