Top | ![]() |
![]() |
![]() |
![]() |
Parts of Clutter depend on the underlying platform, including the capabilities of the backend used and the OpenGL features exposed through the Clutter and COGL API.
It is possible to ask whether Clutter has support for specific features at run-time.
See also cogl_get_features()
and CoglFeatureFlags
gboolean
clutter_feature_available (ClutterFeatureFlags feature
);
Checks whether feature
is available. feature
can be a logical
OR of ClutterFeatureFlags.
Since: 0.2
ClutterFeatureFlags
clutter_feature_get_all (void
);
Returns all the supported features.
Since: 0.2