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

Syntax

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

Arguments

Name Description
in command The start address for storing the rendering command.
in isUpdateFBAccess Updates framebuffer access.

Return Values

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

Description

Generates a rendering command based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL