nn::gd::CTR::Light::EnableGeomFactor1 Member Function

Syntax

void EnableGeomFactor1(
     gdBool value
);

Parameters

Name Description
in value If GD_TRUE is specified, Geometric Factor 1 is used. Not used if GD_FALSE is specified.

Return Values

None.

Description

Sets whether lights will use Geometric Factor 1. This function is an immediate function. (The immediate function directly generates commands and inserts them into the command buffer.)

The data format inserted into the command buffer is:
0x00000000 X
0x00000004 [Reserved]
False when bit[3:3] of X above is zero, and true when it is 1.

The default value is GD_FALSE.

Revision History

2011/07/13
Added the default value.
2011/02/17
Initial version.

CONFIDENTIAL