Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_GasFog.h69 u32 m_GasLightZ4ColorLut; variable
598 internal::g_gasFogSettings.m_GasLightZ4ColorLut &= ~(0xff); in SetGasLightZ()
599 internal::g_gasFogSettings.m_GasLightZ4ColorLut |= lz; in SetGasLightZ()
605 internal::g_gasFogSettings.m_GasLightZ4ColorLut &= ~(1 << 8); in SetGasLightColorLutInput()
606 if (colorLutInput) internal::g_gasFogSettings.m_GasLightZ4ColorLut |= (1<<8); in SetGasLightColorLutInput()