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

Syntax

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

Arguments

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

Return Values

Returns the next address after the termination of drawing commands that were written.

Description

Generates a drawing command based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL