Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglClearStencil (GLint stencil_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLint | stencil |
Definition at line 1621 of file gobj.h.
| gobjglClearStencil::gobjglClearStencil | ( | GLint | stencil_ | ) | [inline] |
| void gobjglClearStencil::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1631 of file gobj.h.
References GOBJDEBUGCODE, and stencil.
01632 { GOBJDEBUGCODE glClearStencil(stencil); }
1.5.8