Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp127 GraphicsDevice::SetLutIsAbs( GraphicsDevice::LUT_TARGET_RR, lookupTable.IsAbs() ); in ActivateFragmentLightingTable()
128 … GraphicsDevice::SetLutInput( GraphicsDevice::LUT_TARGET_RR, lightingLookupTable.GetInput() ); in ActivateFragmentLightingTable()
129 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RR, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
131 GraphicsDevice::ActivateLookupTable(lookupTable, GraphicsDevice::LUT_TARGET_RR); in ActivateFragmentLightingTable()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h226 LUT_TARGET_RR, //!< RRの参照テーブルを表します。 enumerator