summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_spirv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/nir/nir_spirv.h')
-rw-r--r--src/glsl/nir/nir_spirv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/nir/nir_spirv.h b/src/glsl/nir/nir_spirv.h
index 3254f10..1f09174 100644
--- a/src/glsl/nir/nir_spirv.h
+++ b/src/glsl/nir/nir_spirv.h
@@ -37,6 +37,7 @@ extern "C" {
#endif
nir_shader *spirv_to_nir(const uint32_t *words, size_t word_count,
+ gl_shader_stage stage,
const nir_shader_compiler_options *options);
#ifdef __cplusplus