glsl: fix error message on uniform block mismatch
This looks like a cut-paste from above. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -409,7 +409,7 @@ validate_interstage_uniform_blocks(struct gl_shader_program *prog,
|
||||
* shaders are in the same shader stage).
|
||||
*/
|
||||
if (!intrastage_match(old_def, var, prog)) {
|
||||
linker_error(prog, "definitions of interface block `%s' do not "
|
||||
linker_error(prog, "definitions of uniform block `%s' do not "
|
||||
"match\n", var->get_interface_type()->name);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user