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

Syntax

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

Arguments

Name Description
in command The start address for loading rendering commands.
in isUpdateFBAccess Updates framebuffer access.

Return Values

Returns the address immediately below the last rendering command that was written.

Description

Generates rendering commands based on previously set information.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL