nw::lyt::Layout::Draw Member Function

Syntax

virtual void Draw(
     const DrawInfo & drawInfo
);

Arguments

Name Description
drawInfo Drawing information.

Return Values

None.

Description

Performs drawing (not recommended).

This function can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.

Use Drawer to draw layouts.

This function is implemented as a reference and should not be used.

GraphicsResource must be set beforehand using SetGraphicsResource().

The GL settings below are left up to the user (are not set by the lyt library).

・Culling
・Scissoring
・Stencil test
・Masking
・Polygon offset
・Depth test
・Early depth test
・Frame buffer object

See Also

Drawer
GraphicsResource

Revision History

2009/09/18
Initial version.
2010/06/28
Use of this function is not recommended.
2010/10/20
Made so that can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.

CONFIDENTIAL