summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/gl_nir_linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/gl_nir_linker.h')
-rw-r--r--src/compiler/glsl/gl_nir_linker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/glsl/gl_nir_linker.h b/src/compiler/glsl/gl_nir_linker.h
index 5c650ce0455..9567b9e7b8e 100644
--- a/src/compiler/glsl/gl_nir_linker.h
+++ b/src/compiler/glsl/gl_nir_linker.h
@@ -37,6 +37,9 @@ bool gl_nir_link_uniforms(struct gl_context *ctx,
void gl_nir_set_uniform_initializers(struct gl_context *ctx,
struct gl_shader_program *prog);
+void nir_build_program_resource_list(struct gl_context *ctx,
+ struct gl_shader_program *prog);
+
#ifdef __cplusplus
} /* extern "C" */
#endif