MakeCommand

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

Syntax

bit32 * MakeCommand(
     bit32 * command,
     bool isClearFrameBufferCache = true
) const;

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 a command for setting all render states based on information already set.

See Also

RenderState::Culling::MakeCommand
RenderState::Blend::MakeCommand
RenderState::LogicOp::MakeCommand
RenderState::ShadowMap::MakeCommand
RenderState::AlphaTest::MakeCommand
RenderState::StencilTest::MakeCommand
RenderState::DepthTest::MakeCommand
RenderState::WBuffer::MakeCommand
RenderState::FBAccess::MakeCommand

Revision History

2010/09/15
Initial version.

CONFIDENTIAL