#include <mtypes.h>
Data Fields | |
| GLuint | CallDepth |
| Current recursion calling depth. More... | |
| Node * | CurrentListPtr |
| Head of list being compiled. More... | |
| GLuint | CurrentListNum |
| Number of the list being compiled. More... | |
| Node * | CurrentBlock |
| Pointer to current block of nodes. More... | |
| GLuint | CurrentPos |
| Index into current block of nodes. More... | |
| GLvertexformat | ListVtxfmt |
| GLubyte | ActiveAttribSize [VERT_ATTRIB_MAX] |
| GLfloat | CurrentAttrib [VERT_ATTRIB_MAX][4] |
| GLubyte | ActiveMaterialSize [MAT_ATTRIB_MAX] |
| GLfloat | CurrentMaterial [MAT_ATTRIB_MAX][4] |
| GLubyte | ActiveIndex |
| GLfloat | CurrentIndex |
| GLubyte | ActiveEdgeFlag |
| GLboolean | CurrentEdgeFlag |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Current recursion calling depth.
|
|
|
|
|
|
Pointer to current block of nodes.
|
|
|
|
|
|
|
|
|
Number of the list being compiled.
|
|
|
Head of list being compiled.
|
|
|
|
|
|
Index into current block of nodes.
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001