virtual void Draw(
const DrawInfo & drawInfo
);
| Name | Description | |
|---|---|---|
drawInfo |
Drawing information. |
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
CONFIDENTIAL