Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp691 nw::gfx::ResTextureCombiner combiner2 = resFragmentShader.GetTextureCombiners(2); in SetupShadowMaterial() local
692 combiner2.SetSourceRgb(0, nw::gfx::ResTextureCombiner::SOURCE_FRAGMENT_PRIMARY_COLOR); in SetupShadowMaterial()
693 combiner2.SetSourceRgb(1, nw::gfx::ResTextureCombiner::SOURCE_PREVIOUS); in SetupShadowMaterial()
694 combiner2.SetSourceRgb(2, nw::gfx::ResTextureCombiner::SOURCE_FRAGMENT_SECONDARY_COLOR); in SetupShadowMaterial()
695 combiner2.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
696 combiner2.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
697 combiner2.SetOperandRgb(2, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
698 combiner2.SetCombineRgb(nw::gfx::ResTextureCombiner::COMBINE_MULT_ADD); in SetupShadowMaterial()