Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance
2782 struct gl_matrix_stack struct2784 GLmatrix *Top; /**< points into Stack */2785 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */2786 unsigned StackSize; /**< Number of elements in Stack */2787 GLuint Depth; /**< 0 <= Depth < MaxDepth */2788 GLuint MaxDepth; /**< size of Stack[] array */2789 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */