Home
last modified time | relevance | path

Searched refs:ANIMTARGET_MATCOLOR_BUFFER_R (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Material.cpp552 const u32 idx = (colorType - ANIMTARGET_MATCOLOR_BUFFER_R) / 4; in GetColorElement()
553 switch ((colorType - ANIMTARGET_MATCOLOR_BUFFER_R) % 4) in GetColorElement()
572 const u32 idx = (colorType - ANIMTARGET_MATCOLOR_BUFFER_R) / 4; in SetColorElement()
573 switch ((colorType - ANIMTARGET_MATCOLOR_BUFFER_R) % 4) in SetColorElement()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h1162 ANIMTARGET_MATCOLOR_BUFFER_R = 0, enumerator