glcpp: Add boolean 'error' flag.
We used to check if the info log is non-empty, but when we print warnings, this will no longer be valid.
This commit is contained in:
@@ -155,6 +155,7 @@ struct glcpp_parser {
|
||||
token_node_t *lex_from_node;
|
||||
char *output;
|
||||
char *info_log;
|
||||
int error;
|
||||
};
|
||||
|
||||
glcpp_parser_t *
|
||||
|
Reference in New Issue
Block a user