nn::gr::CTR::Shader::SetDrawMode Member Function

Syntax

void SetDrawMode(
     const PicaDataDrawMode draw_mode
);

Arguments

Name Description
in draw_mode Drawing mode to set.

Return Values

None.

Description

Sets the draw mode. The default is PICA_DATA_DRAW_TRIANGLES. Only PICA_DATA_DRAW_TRIANGLES is currently supported. PICA_DATA_DRAW_TRIANGLE_STRIP and PICA_DATA_DRAW_TRIANGLE_FAN are not yet supported in the current version.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL