diff options
Diffstat (limited to 'glsl_types.h')
-rw-r--r-- | glsl_types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glsl_types.h b/glsl_types.h index 96c9a1b2a4..a795af2cd3 100644 --- a/glsl_types.h +++ b/glsl_types.h @@ -288,6 +288,10 @@ extern "C" { extern void _mesa_glsl_initialize_types(struct _mesa_glsl_parse_state *state); +extern void +_mesa_glsl_initialize_constructors(struct exec_list *instructions, + struct _mesa_glsl_parse_state *state); + #ifdef __cplusplus } #endif |