mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
Rename current glsl program variable.
This commit is contained in:
parent
170f08d4b1
commit
c92e688e15
1 changed files with 1 additions and 1 deletions
|
|
@ -1949,7 +1949,7 @@ struct gl_query_state
|
|||
*/
|
||||
struct gl_shader_objects_state
|
||||
{
|
||||
struct gl2_program_intf **current_program;
|
||||
struct gl2_program_intf **CurrentProgram;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue