Home
last modified time | relevance | path

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

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