Rename current glsl program variable.

This commit is contained in:
Michal Krol 2006-02-13 10:56:54 +00:00
parent 170f08d4b1
commit c92e688e15

View file

@ -1949,7 +1949,7 @@ struct gl_query_state
*/
struct gl_shader_objects_state
{
struct gl2_program_intf **current_program;
struct gl2_program_intf **CurrentProgram;
};