Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_GasFog.h68 u32 m_GasLightZ4ColorLut; variable
548 internal::g_gasFogSettings.m_GasLightZ4ColorLut &= ~(0xff); in SetGasLightZ()
549 internal::g_gasFogSettings.m_GasLightZ4ColorLut |= lz; in SetGasLightZ()
555 internal::g_gasFogSettings.m_GasLightZ4ColorLut &= ~(1 << 8); in SetGasLightColorLutInput()
556 if (colorLutInput) internal::g_gasFogSettings.m_GasLightZ4ColorLut |= (1<<8); in SetGasLightColorLutInput()