summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_vertex_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/lower_vertex_id.cpp')
-rw-r--r--src/compiler/glsl/lower_vertex_id.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/lower_vertex_id.cpp b/src/compiler/glsl/lower_vertex_id.cpp
index 6f46945026c..ee69d940388 100644
--- a/src/compiler/glsl/lower_vertex_id.cpp
+++ b/src/compiler/glsl/lower_vertex_id.cpp
@@ -130,7 +130,7 @@ lower_vertex_id(gl_shader *shader)
return false;
ir_function_signature *const main_sig =
- _mesa_get_main_function_signature(shader);
+ _mesa_get_main_function_signature(shader->symbols);
if (main_sig == NULL) {
assert(main_sig != NULL);
return false;