mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 08:00:25 +01:00
mesa: fix stand-alone glslcompiler
This commit is contained in:
parent
d2eff33ab7
commit
e33edafb2c
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ PrintShaderInstructions(GLuint shader, FILE *f)
|
|||
GET_CURRENT_CONTEXT(ctx);
|
||||
struct gl_shader *sh = _mesa_lookup_shader(ctx, shader);
|
||||
struct gl_program *prog = sh->Program;
|
||||
_mesa_print_program_opt(prog, Options.Mode, Options.LineNumbers);
|
||||
_mesa_fprint_program_opt(stdout, prog, Options.Mode, Options.LineNumbers);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue