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