nn::gr::CTR::ProcedureTexture::SetRgbMapLookUpTable Member Function
void SetRgbMapLookUpTable(
const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const u32 lookUpTableIndex = 0
);
void SetRgbMapLookUpTable(
const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const f32 diffLookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const u32 lookUpTableIndex = 0
);
SetRgbMapLookUpTable(const f32, const u32)
|
Sets the lookup table for the RGB mapping function. |
SetRgbMapLookUpTable(const f32, const f32, const u32)
|
Sets the lookup table for the RGB mapping function. |
SetRgbMapLookUpTable(const f32, const u32)Sets the lookup table for the RGB mapping function.
SetRgbMapLookUpTable(const f32, const f32, const u32)Sets the lookup table for the RGB mapping function.
CONFIDENTIAL