Function
Coglhas_features
since: 13
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.
Available since: 13
This function is not directly available to language bindings.
Parameters
context-
Type:
CoglContextA
CoglContextpointer.The data is owned by the caller of the function. ...-
Type:
A 0 terminated list of CoglFeatureIDs.