Home
last modified time | relevance | path

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

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