| _GLSL_Attr | Here we store information about attributes used in programs | 
| _GLSL_Param | This structure stores information about parameters in glsl-Program | 
| _GLSL_Shader | This represents one shader object. Each shader object is either fragment or vertex program | 
 1.5.1