Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Fog.h48 bool isEnableZFlip; variable
104 …*command++ = ( isEnable ? PICA_DATA_FOG : PICA_DATA_FOG_FALSE ) | ( ( isEnableZFlip ? 1 : 0 ) << 1… in MakeConfigCommand()
131 … Fog() : isEnable( false ), isEnableZFlip( false ), colorR( 0 ), colorG( 0 ), colorB( 0 ) {} in Fog()