Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance
3101 struct gl_matrix_stack struct3103 GLmatrix *Top; /**< points into Stack */3104 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */3105 GLuint Depth; /**< 0 <= Depth < MaxDepth */3106 GLuint MaxDepth; /**< size of Stack[] array */3107 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */