SetTable

nn::gr::CTR::Fog::SetTable Member Function

Syntax

void SetTable(
     const f32 table[FOG_LOOKUP_TABLE_ELEMENT_NUM],
     const f32 lastDiffValue = 0.0f
);

Parameters

Name Description
in table[FOG_LOOKUP_TABLE_ELEMENT_NUM] 128 units of lookup data.
in lastDiffValue The last difference value of the lookup data.

Return Values

None.

Description

Sets the fog lookup table.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL