Checks whether the given COGL features are available.
Use cogl_has_feature instead
Multiple features can be checked for by or-ing them together with the '|' operator. true is only returned if all of the
requested features are available.
| features |
A bitmask of features to check for |
|
|