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

Parameters

context CoglContext
 

A CoglContext pointer.

 The data is owned by the caller of the function.
...
 

A 0 terminated list of CoglFeatureIDs.

Return value

Returns: gboolean
 

TRUE if all the features are available, FALSE otherwise.