diff options
Diffstat (limited to 'src/compiler/glsl/link_varyings.h')
-rw-r--r-- | src/compiler/glsl/link_varyings.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/glsl/link_varyings.h b/src/compiler/glsl/link_varyings.h index 16bf1668a4c..d0f7ca355b8 100644 --- a/src/compiler/glsl/link_varyings.h +++ b/src/compiler/glsl/link_varyings.h @@ -276,10 +276,10 @@ link_varyings(struct gl_shader_program *prog, unsigned first, unsigned last, struct gl_context *ctx, void *mem_ctx); void -validate_sso_explicit_locations(struct gl_context *ctx, - struct gl_shader_program *prog, - gl_shader_stage first, - gl_shader_stage last); +validate_first_and_last_interface_explicit_locations(struct gl_context *ctx, + struct gl_shader_program *prog, + gl_shader_stage first, + gl_shader_stage last); void cross_validate_outputs_to_inputs(struct gl_context *ctx, |