MakeDisableAllCommand

nn::gr::CTR::MakeDisableAllCommand Function

Syntax

bit32 * MakeDisableAllCommand(
     bit32 * command
);

Parameters

Name Description
in command The start address for storing the rendering command.

Return Values

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

Description

Generates commands to disable graphics features. Disables Shader, Vertex, fog/gas, FragmentLight, Texture, early depth test, clipping plane, RenderState, and RenderBlockMode.

Resets the render buffer block size to BLOCK_SIZE8.

Revision History

2011/11/18
Added description of changing the render buffer block size.
2011/01/24
Initial version.

CONFIDENTIAL