MakeDisableCommand

nn::gr::CTR::RenderState::AlphaTest::MakeDisableCommand Member Function

Syntax

static bit32 * MakeDisableCommand(
     bit32 * command,
     bool isClearFrameBufferCache = true
);

Parameters

Name Description
in command The start address for storing the rendering command.
in isClearFrameBufferCache Flushes the frame buffer cache.

Return Values

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

Description

Generates commands to disable this feature.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL