diff options
author | Michal Krol <[email protected]> | 2009-12-20 13:50:16 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-20 21:18:59 +0100 |
commit | d696cb279d80ccddebcb28ef6b6284bc6bb9430f (patch) | |
tree | c2607d192b151b474f80a154c8c9c846507df604 /src/glsl/pp/sl_pp_token.h | |
parent | 7631dca25bd390901036b48709e243db961d3a1f (diff) |
glsl/pp: Do processing inline with tokenisation.
Diffstat (limited to 'src/glsl/pp/sl_pp_token.h')
-rw-r--r-- | src/glsl/pp/sl_pp_token.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/glsl/pp/sl_pp_token.h b/src/glsl/pp/sl_pp_token.h index ba9834a9f24..a12b1934018 100644 --- a/src/glsl/pp/sl_pp_token.h +++ b/src/glsl/pp/sl_pp_token.h @@ -123,9 +123,11 @@ struct sl_pp_token_info { struct sl_pp_purify_options; int +sl_pp_token_get(struct sl_pp_context *context, + struct sl_pp_token_info *out); + +int sl_pp_tokenise(struct sl_pp_context *context, - const char *input, - const struct sl_pp_purify_options *options, struct sl_pp_token_info **output); #endif /* SL_PP_TOKEN_H */ |