Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / nir / nir_spirv.h
index 3254f10a88d36f0ecc277ad618e751735140df83..1f09174ad7f44c68be493744db34b2c55cfed012 100644 (file)
@@ -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