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

Syntax

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

Arguments

Name Description
in command The start address for loading the rendering command. Type is u32*.
in isUpdateFBAccess Updates framebuffer access. The type is bool.

Return Values

Returns the address immediately below the end of the saved rendering command.

Description

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

Revision History

2010/09/15
Initial version.

CONFIDENTIAL