doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Variables
Material.cpp File Reference
#include "../idlib/precompiled.h"
#include "tr_local.h"

Go to the source code of this file.

Classes

struct  mtrParsingData_s
 
struct  infoParm_t
 

Macros

#define TOP_PRIORITY   4
 

Typedefs

typedef struct mtrParsingData_s mtrParsingData_t
 

Variables

char * opNames []
 

Macro Definition Documentation

#define TOP_PRIORITY   4

Definition at line 653 of file Material.cpp.

Typedef Documentation

Variable Documentation

char* opNames[]
Initial value:
= {
"OP_TYPE_ADD",
"OP_TYPE_SUBTRACT",
"OP_TYPE_MULTIPLY",
"OP_TYPE_DIVIDE",
"OP_TYPE_MOD",
"OP_TYPE_TABLE",
"OP_TYPE_GT",
"OP_TYPE_GE",
"OP_TYPE_LT",
"OP_TYPE_LE",
"OP_TYPE_EQ",
"OP_TYPE_NE",
"OP_TYPE_AND",
"OP_TYPE_OR"
}

Definition at line 2328 of file Material.cpp.