diff options
Diffstat (limited to 'src/glsl/pp/sl_pp_public.h')
-rw-r--r-- | src/glsl/pp/sl_pp_public.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_public.h b/src/glsl/pp/sl_pp_public.h index 20f208975e4..076903649cd 100644 --- a/src/glsl/pp/sl_pp_public.h +++ b/src/glsl/pp/sl_pp_public.h @@ -51,6 +51,11 @@ sl_pp_context_add_extension(struct sl_pp_context *context, const char *name_string); int +sl_pp_context_add_predefined(struct sl_pp_context *context, + const char *name, + const char *value); + +int sl_pp_context_add_unique_str(struct sl_pp_context *context, const char *str); |