nn::gr::CTR::RenderState::DepthTest::MakeCommand Member Function

Syntax

bit32 * MakeCommand(
     bit32 * command,
     bool isUpdateFBAccess = true
) const;

Arguments

Name Description
in command The start address for storing the rendering command. The type is bit32*.
in isUpdateFBAccess Updates framebuffer access. The type is bool.

Return Values

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

Description

Generates a rendering command based on information already set. Note that a color mask setting is included in the generated rendering command.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL