GLStencilStateItem Class Reference
#include <GLState.h>
Inheritance diagram for GLStencilStateItem:

Public Member Functions | |
| virtual | ~GLStencilStateItem () |
| virtual bool | sync () |
| virtual bool | apply () |
Public Attributes | |
State variables | |
| GLboolean | enable |
| glEnable; GL_TRUE or <GL_FALSE> | |
| GLenum | stencilFunc |
| GLint | stencilRef |
| glStencilFunc; <0> to 2^n-1, where n is # of bitplanes in stencil buf | |
| GLuint | stencilMask |
| glStencilFunc; <1> | |
| GLenum | stencilFail |
| GLenum | stencilPassDepthFail |
| GLenum | stencilPassDepthPass |
Detailed Description
Definition at line 146 of file GLState.h.
Constructor & Destructor Documentation
| virtual GLStencilStateItem::~GLStencilStateItem | ( | ) | [inline, virtual] |
Member Function Documentation
| virtual bool GLStencilStateItem::sync | ( | ) | [virtual] |
Implements GLStateItem.
| virtual bool GLStencilStateItem::apply | ( | ) | [virtual] |
Implements GLStateItem.
Member Data Documentation
| GLboolean GLStencilStateItem::enable |
The documentation for this class was generated from the following file:
Generated on 28 Feb 2009 for Milton by
1.5.6