glsl: pass gl_context to glcpp_parser_create()
This is a small tidy up and will be useful in the following commit. Reviewed-by: Witold Baryluk <witold.baryluk@gmail.com>
This commit is contained in:
@@ -229,8 +229,8 @@ struct glcpp_parser {
|
||||
};
|
||||
|
||||
glcpp_parser_t *
|
||||
glcpp_parser_create(const struct gl_extensions *extension_list,
|
||||
glcpp_extension_iterator extensions, void *state, gl_api api);
|
||||
glcpp_parser_create(struct gl_context *gl_ctx,
|
||||
glcpp_extension_iterator extensions, void *state);
|
||||
|
||||
int
|
||||
glcpp_parser_parse (glcpp_parser_t *parser);
|
||||
|
||||
Reference in New Issue
Block a user