Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance
2736 struct gl_matrix_stack struct2738 GLmatrix *Top; /**< points into Stack */2739 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */2740 unsigned StackSize; /**< Number of elements in Stack */2741 GLuint Depth; /**< 0 <= Depth < MaxDepth */2742 GLuint MaxDepth; /**< size of Stack[] array */2743 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */2744 bool ChangedSincePush;