diff options
Diffstat (limited to 'src/compiler/glsl/gl_nir_linker.h')
-rw-r--r-- | src/compiler/glsl/gl_nir_linker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/glsl/gl_nir_linker.h b/src/compiler/glsl/gl_nir_linker.h index bc7b053119c..944f7744adb 100644 --- a/src/compiler/glsl/gl_nir_linker.h +++ b/src/compiler/glsl/gl_nir_linker.h @@ -35,9 +35,9 @@ struct gl_nir_linker_options { bool fill_parameters; }; -bool gl_nir_link(struct gl_context *ctx, - struct gl_shader_program *prog, - const struct gl_nir_linker_options *options); +bool gl_nir_link_spirv(struct gl_context *ctx, + struct gl_shader_program *prog, + const struct gl_nir_linker_options *options); bool gl_nir_link_uniforms(struct gl_context *ctx, struct gl_shader_program *prog, |