X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fnir%2Fglsl_to_nir.h;h=3801e8c55c631c18949495dc20918aa6db74b0b2;hb=e16531fbe3a79bc27cf00701616a260b452597ef;hp=730094552ce61899ca8f1ae5ff6816f1e1324d55;hpb=a55da73be46b4576015417b2dff71a719bc8b797;p=mesa.git diff --git a/src/glsl/nir/glsl_to_nir.h b/src/glsl/nir/glsl_to_nir.h index 730094552ce..3801e8c55c6 100644 --- a/src/glsl/nir/glsl_to_nir.h +++ b/src/glsl/nir/glsl_to_nir.h @@ -32,7 +32,7 @@ extern "C" { #endif -nir_shader *glsl_to_nir(exec_list *ir, bool native_integers, +nir_shader *glsl_to_nir(struct gl_shader *sh, const nir_shader_compiler_options *options); #ifdef __cplusplus