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

Syntax

void Draw(
     const Pane * pPane,
     DrawInfo & drawInfo
);

Arguments

Name Description
pPane Specifies Pane.
drawInfo Specifies DrawInfo.

Return Values

None.

Description

Draws a pane.

Draws the specified pane and any child panes.

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