mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 08:00:25 +01:00
mesa: make _mesa_fprint_program_opt() non-static
This commit is contained in:
parent
052c1d66a1
commit
d2eff33ab7
2 changed files with 4 additions and 3 deletions
|
|
@ -731,7 +731,7 @@ _mesa_print_instruction(const struct prog_instruction *inst)
|
|||
/**
|
||||
* Print program, with options.
|
||||
*/
|
||||
static void
|
||||
void
|
||||
_mesa_fprint_program_opt(FILE *f,
|
||||
const struct gl_program *prog,
|
||||
gl_prog_print_mode mode,
|
||||
|
|
|
|||
|
|
@ -62,8 +62,9 @@ extern void
|
|||
_mesa_print_program(const struct gl_program *prog);
|
||||
|
||||
extern void
|
||||
_mesa_print_program_opt(const struct gl_program *prog, gl_prog_print_mode mode,
|
||||
GLboolean lineNumbers);
|
||||
_mesa_fprint_program_opt(FILE *f,
|
||||
const struct gl_program *prog, gl_prog_print_mode mode,
|
||||
GLboolean lineNumbers);
|
||||
|
||||
extern void
|
||||
_mesa_print_program_parameters(GLcontext *ctx, const struct gl_program *prog);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue