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

Syntax

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

Arguments

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

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::AlphaTest::MakeCommand(), RenderState::StencilTest::MakeCommand(), RenderState::DepthTest::MakeCommand(), RenderState::WBuffer::MakeCommand(), RenderState::FBAccess::MakeCommand()

Revision History

2010/09/15
Initial version.

CONFIDENTIAL