nw::lyt::Drawer::Draw Member Function

Syntax

void Draw(
     const Layout * pLayout,
     DrawInfo & drawInfo
);

Arguments

Name Description
pLayout Specifies Layout.
drawInfo Specifies DrawInfo.

Return Values

None.

Description

Draws the layout.

Draw() can be executed multiple times between DrawBegin() and DrawEnd().

When this function is executed, integrity of the DMPGL state is lost. Be sure to call Call nngxUpdateState() when using GL functions subsequently.

See Also

DrawBegin
DrawEnd

Revision History

2010/05/14
Initial version. Changed names from AddCmdList.
2010/09/30
Added information about calling nngxUpdateState.

CONFIDENTIAL