GLAlphaStateItem Class Reference

#include <GLState.h>

Inheritance diagram for GLAlphaStateItem:

GLStateItem IFeatures

List of all members.

Public Member Functions

virtual ~GLAlphaStateItem ()
virtual bool sync ()
virtual bool apply ()

Public Attributes

State variables
GLboolean enable
 glEnable; GL_TRUE or <GL_FALSE>
GLenum alphaTestFunc
GLfloat alphaTestRef
 glAlphaFunc; <0> (lowest alpha) to 1 (highest alpha)


Detailed Description

Definition at line 230 of file GLState.h.


Constructor & Destructor Documentation

virtual GLAlphaStateItem::~GLAlphaStateItem (  )  [inline, virtual]

Definition at line 232 of file GLState.h.


Member Function Documentation

virtual bool GLAlphaStateItem::sync (  )  [virtual]

Implements GLStateItem.

virtual bool GLAlphaStateItem::apply (  )  [virtual]

Implements GLStateItem.


Member Data Documentation

glEnable; GL_TRUE or <GL_FALSE>

Definition at line 242 of file GLState.h.

glAlphaFunc; GL_NEVER, GL_LESS, GL_EQUAL, GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, <GL_ALWAYS>

Definition at line 246 of file GLState.h.

glAlphaFunc; <0> (lowest alpha) to 1 (highest alpha)

Definition at line 248 of file GLState.h.


The documentation for this class was generated from the following file:

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6