#include <mtypes.h>
Data Fields | |
GLmatrix * | Top |
points into Stack | |
GLmatrix * | Stack |
array [MaxDepth] of GLmatrix | |
GLuint | Depth |
0 <= Depth < MaxDepth | |
GLuint | MaxDepth |
size of Stack[] array | |
GLuint | DirtyFlag |
_NEW_MODELVIEW or _NEW_PROJECTION, for example |
points into Stack
array [MaxDepth] of GLmatrix
GLuint gl_matrix_stack::Depth |
0 <= Depth < MaxDepth
GLuint gl_matrix_stack::MaxDepth |
size of Stack[] array
GLuint gl_matrix_stack::DirtyFlag |
_NEW_MODELVIEW or _NEW_PROJECTION, for example