nn::gr::CTR::Fog::SetTable Member Function
void SetTable(
const f32 table[FOG_LOOKUP_TABLE_ELEMENT_NUM],
const f32 lastDiffValue = 0.0f
);
| Name | Description | |
|---|---|---|
| in | table[FOG_LOOKUP_TABLE_ELEMENT_NUM] | 128 units of lookup data. |
| in | lastDiffValue | The last difference value of the lookup data. |
Sets the fog lookup table.
CONFIDENTIAL