Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_GasFog.h294 static void SetGasLightColorLutInput(GasColorLookUpTableInput colorLutInput);
553 NN_FORCE_INLINE void FogStage::SetGasLightColorLutInput(GasColorLookUpTableInput colorLutInput) in SetGasLightColorLutInput() argument
556 if (colorLutInput) internal::g_gasFogSettings.m_GasLightZ4ColorLut |= (1<<8); in SetGasLightColorLutInput()
/CTR-SDK-2.4.0/include/nn/gx/CTR/
Dgx_MacroMisc.h164 #define PICA_CMD_DATA_GAS_LIGHT_Z_COLOR(lightZ4, colorLutInput) \ argument
165 ( (lightZ4) | ((colorLutInput) ? 1 : 0) << 8 )