nn::gr::CTR::ProcedureTexture::SetNoiseLookUpTable Member Function
void SetNoiseLookUpTable(
const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const u32 lookUpTableIndex = 0,
const f32 lastDiffValue = 0.0f
);
void SetNoiseLookUpTable(
const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const f32 diffLookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
const u32 lookUpTableIndex = 0
);
SetNoiseLookUpTable(const f32, const u32, const f32)
|
Sets the lookup table for the continuous noise function. |
SetNoiseLookUpTable(const f32, const f32, const u32)
|
Sets the lookup table for the continuous noise function. |
SetNoiseLookUpTable(const f32, const u32, const f32)Sets the lookup table for the continuous noise function.
SetNoiseLookUpTable(const f32, const f32, const u32)Sets the lookup table for the continuous noise function.
CONFIDENTIAL