ReactOS 0.4.16-dev-433-g6363f78
|
Go to the source code of this file.
Classes | |
struct | surfEvalMachine |
class | StoredVertex |
class | OpenGLSurfaceEvaluator |
Macros | |
#define | TYPECOORD 1 |
#define | TYPEPOINT 2 |
#define | VERTEX_CACHE_SIZE 3 |
#define | IN_MAX_BEZIER_ORDER 40 /*XXX should be bigger than machine order*/ |
#define | IN_MAX_DIMENSION 4 |
Typedefs | |
typedef struct surfEvalMachine | surfEvalMachine |
Definition at line 56 of file glsurfeval.h.
#define IN_MAX_DIMENSION 4 |
Definition at line 60 of file glsurfeval.h.
#define TYPECOORD 1 |
Definition at line 48 of file glsurfeval.h.
#define TYPEPOINT 2 |
Definition at line 49 of file glsurfeval.h.
#define VERTEX_CACHE_SIZE 3 |
Definition at line 52 of file glsurfeval.h.
typedef struct surfEvalMachine surfEvalMachine |