nn::gr::CTR::FrameBuffer::MakeClearRequest Member Function

Syntax

void MakeClearRequest(
     const u32 bufferBit,
     bool isAddSplitDrawCmdlist = true
);

Arguments

Name Description
in bufferBit Render buffer type. Specify a value such as COLOR_BUFFER_BIT | DEPTH_STENCIL_BUFFER_BIT.
in isAddSplitDrawCmdlist Calls the nngxSplitDrawCmdlist function before generating a request.

Return Values

None.

Description

Generates a request to clear the color buffer and the depth/stencil buffer. When the isSplitDrawCmdlist argument is false, you must call the nngxSplitDrawCmdlist function before calling the request.

Revision History

2010/10/25
Initial version.

CONFIDENTIAL