nn::gr::CTR::ProcedureTexture::SetLookUpDualTables_ Member Function

Syntax

protected:
void SetLookUpDualTables_(
     bit32 * command,
     PicaDataProcTexRefTable procTexLookUpTable,
     const f32 lookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM],
     const f32 diffLookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0
);

Arguments

Name Description
in command The start address for storing the rendering command.
in procTexLookUpTable The lookup table type.
in lookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM] A 128-element lookup table.
diffLookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM]
in lookUpTableIndex Lookup table index.
in diffLookUptable A 128-element lookup table.

Return Values

None.

Description

Sets lookup table commands in a rendering command array.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL