nn::gr::CTR::ProcedureTexture::SetAlphaMapLookUpTable Member Function

Syntax

void SetAlphaMapLookUpTable(
     const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0
);

void SetAlphaMapLookUpTable(
     const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const f32 diffLookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0
);

List of Overloaded Member Functions

SetAlphaMapLookUpTable(const f32, const u32) Sets the lookup table for the alpha mapping function.
SetAlphaMapLookUpTable(const f32, const f32, const u32) Sets the lookup table for the alpha mapping function.

Description of SetAlphaMapLookUpTable(const f32, const u32)

Sets the lookup table for the alpha mapping function.

Description of SetAlphaMapLookUpTable(const f32, const f32, const u32)

Sets the lookup table for the alpha mapping function.


CONFIDENTIAL