#include <mtypes.h>
Data Fields | |
| program | Base |
| base class. More... | |
| fp_instruction * | Instructions |
| Compiled instructions. More... | |
| GLuint | InputsRead |
| Bitmask of which input regs are read. More... | |
| GLuint | OutputsWritten |
| Bitmask of which output regs are written to. More... | |
| GLuint | TexturesUsed [MAX_TEXTURE_IMAGE_UNITS] |
| TEXTURE_x_INDEX bitmask. More... | |
| GLuint | NumAluInstructions |
| GL_ARB_fragment_program. More... | |
| GLuint | NumTexInstructions |
| GLuint | NumTexIndirections |
| GLenum | FogOption |
| program_parameter_list * | Parameters |
| array [NumParameters]. More... | |
|
|
base class.
|
|
|
|
|
|
Bitmask of which input regs are read.
|
|
|
Compiled instructions.
|
|
|
GL_ARB_fragment_program.
|
|
|
|
|
|
|
|
|
Bitmask of which output regs are written to.
|
|
|
array [NumParameters].
|
|
|
TEXTURE_x_INDEX bitmask.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001