#include <glslTypes.h>
Data Fields | |
| GLhandleARB | program | 
| OpenGL's program handler.  | |
| GLSL_Param * | params | 
| Here we store parameters for the program.  | |
| int | param_count | 
| Number of parameters in use.  | |
| GLSL_Attr * | attrs | 
| Here we store attributes used in the program.  | |
| int | attr_count | 
| Number of vertex attributes in use.  | |
| GLSLbool | is_valid | 
| Is program linked or not.  | |
Definition at line 128 of file glslTypes.h.
 1.5.1