List of all members.
Public Types
- enum ClientState {
COLOR_ARRAY = GL_COLOR_ARRAY,
EDGE_FLAG_ARRAY = GL_EDGE_FLAG_ARRAY,
INDEX_ARRAY = GL_INDEX_ARRAY,
NORMAL_ARRAY = GL_NORMAL_ARRAY,
TEXTURE_COORD_ARRAY = GL_TEXTURE_COORD_ARRAY,
VERTEX_ARRAY = GL_VERTEX_ARRAY
}
- enum MatrixMode { MODELVIEW = GL_MODELVIEW,
PROJECTION = GL_PROJECTION,
TEXTURE = GL_TEXTURE,
COLOR = GL_COLOR
}
- Specifies which matrix stack is the target for subsequent matrix operations. More...
Public Member Functions
-
GLState (GLenum State) throw ()
-
GLState (ClientState State) throw ()
-
GLState (MatrixMode State) throw ()
-
bool isDone () const throw ()
-
void setIsDoneFlag () throw ()
Member Enumeration Documentation
Specifies which matrix stack is the target for subsequent matrix operations.
- Enumerator:
MODELVIEW |
Applies subsequent matrix operations to the modelview matrix stack.
|
PROJECTION |
Applies subsequent matrix operations to the projection matrix stack.
|
TEXTURE |
Applies subsequent matrix operations to the texture matrix stack.
|
COLOR |
Applies subsequent matrix operations to the color matrix stack.
|
The documentation for this class was generated from the following files:
- ocean/GLvish/State.hpp
- ocean/GLvish/State.cpp