summaryrefslogtreecommitdiff
path: root/src/glsl/cl/sl_cl_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/cl/sl_cl_parse.h')
-rw-r--r--src/glsl/cl/sl_cl_parse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glsl/cl/sl_cl_parse.h b/src/glsl/cl/sl_cl_parse.h
index 5b4abe54fd..23a0d5fee0 100644
--- a/src/glsl/cl/sl_cl_parse.h
+++ b/src/glsl/cl/sl_cl_parse.h
@@ -32,7 +32,10 @@ int
sl_cl_compile(struct sl_pp_context *context,
const struct sl_pp_token_info *input,
unsigned int shader_type,
+ unsigned int parsing_builtin,
unsigned char **output,
- unsigned int *cboutput);
+ unsigned int *cboutput,
+ char *error,
+ unsigned int cberror);
#endif /* SL_CL_PARSE_H */