nn::gr::CTR::LookUpTable::MakeDistAttnTableCommand Member Function

Syntax

bit32 * MakeDistAttnTableCommand(
     bit32 * command,
     u8 light_id
) const;

Arguments

Name Description
in command The start address for storing the rendering command.
in light_id Specifies the destination to load the distance attenuation lookup table using a light source number.

Return Values

Returns the address that follows the end of the stored rendering command.

Description

Generates a command for loading the lookup table to be used for the distance attenuation of a light.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL