diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index ab38562d95e..7624008dedc 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -124,6 +124,13 @@ typedef struct shader_info { }; } shader_info; +struct gl_shader_program; +struct gl_linked_shader; + +void +copy_shader_info(const struct gl_shader_program *shader_prog, + struct gl_linked_shader *sh); + #ifdef __cplusplus } #endif |