Function
Coglhas_features
Declaration [src]
gboolean
cogl_has_features (
CoglContext* context,
...
)
Description [src]
Checks if a list of features are all currently available.
This checks all of the listed features using cogl_has_feature() and
returns TRUE if all the features are available or FALSE
otherwise.
| Stability: | Unstable |
| Available since: | 1.10 |
| This function is not directly available to language bindings |
Parameters
context |
CoglContext |
A |
|
| The data is owned by the caller of the function. | |
... |
|
A 0 terminated list of CoglFeatureIDs. |