diff options
author | Michal Krol <[email protected]> | 2009-09-04 11:32:46 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-07 10:12:00 +0200 |
commit | 87d2de04fbb7d9ea8eae9c58f7c7fb842ffe06f6 (patch) | |
tree | 7b705dd03e7828dd394c416be6035948084bc54b /src/glsl/pp/sl_pp_process.h | |
parent | 94321b44416f47eb08bf72c93f4299ff7dc47017 (diff) |
glsl: Implement `extension' preprocessor directive.
No extensions supported.
Diffstat (limited to 'src/glsl/pp/sl_pp_process.h')
-rw-r--r-- | src/glsl/pp/sl_pp_process.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_process.h b/src/glsl/pp/sl_pp_process.h index 9a29c03a701..58918665434 100644 --- a/src/glsl/pp/sl_pp_process.h +++ b/src/glsl/pp/sl_pp_process.h @@ -106,6 +106,13 @@ sl_pp_process_pragma(struct sl_pp_context *context, struct sl_pp_process_state *state); int +sl_pp_process_extension(struct sl_pp_context *context, + const struct sl_pp_token_info *input, + unsigned int first, + unsigned int last, + struct sl_pp_process_state *state); + +int sl_pp_process_out(struct sl_pp_process_state *state, const struct sl_pp_token_info *token); |