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

Syntax

void EnableGeomFactor1(
     gdBool value
);

Arguments

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.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL