Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MaterialState.cpp191 GraphicsDevice::SetLutIsAbs( GraphicsDevice::LUT_TARGET_D1, lookupTable.IsAbs() ); in ActivateFragmentLightingTable()
192 … GraphicsDevice::SetLutInput( GraphicsDevice::LUT_TARGET_D1, lightingLookupTable.GetInput() ); in ActivateFragmentLightingTable()
193 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_D1, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
195 GraphicsDevice::ActivateLookupTable(lookupTable, GraphicsDevice::LUT_TARGET_D1); in ActivateFragmentLightingTable()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h221 LUT_TARGET_D1, //!< D1の参照テーブルを表します。 enumerator