MakeDisableCommand

nn::gr::CTR::RenderState::DepthTest::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. The type is bit32*.
in isClearFrameBufferCache Flushes the frame buffer cache.

Return Values

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

Description

Disables depth tests. Note that all color masks are set equal to true.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL