MakeDisableCommand

nn::gr::CTR::Scissor::MakeDisableCommand Member Function

Syntax

static bit32 * MakeDisableCommand(
     bit32 * command,
     const s32 colorBufferWidth,
     const s32 colorBufferHeight
);

Parameters

Name Description
in command The start address for writing drawing commands.
in colorBufferWidth The color buffer width.
in colorBufferHeight The color buffer height.

Return Values

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

Description

Generates commands to disable scissor tests.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL