Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance
2751 struct gl_matrix_stack struct2753 GLmatrix *Top; /**< points into Stack */2754 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */2755 unsigned StackSize; /**< Number of elements in Stack */2756 GLuint Depth; /**< 0 <= Depth < MaxDepth */2757 GLuint MaxDepth; /**< size of Stack[] array */2758 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */2759 bool ChangedSincePush;