Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance
4503 struct gl_matrix_stack struct4505 GLmatrix *Top; /**< points into Stack */4506 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */4507 unsigned StackSize; /**< Number of elements in Stack */4508 GLuint Depth; /**< 0 <= Depth < MaxDepth */4509 GLuint MaxDepth; /**< size of Stack[] array */4510 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */