Next: ClutterFixedLayout, Previous: Events, Up: Top
Run-time detection of Clutter features
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 <cogl-feature-flags>
<clutter-feature-flags>) ⇒ (ret bool)Checks whether feature is available. feature can be a logical OR of
<clutter-feature-flags>.
- feature
- a
<clutter-feature-flags>- ret
- ‘
#t’ if a feature is availableSince 0.1.1
<clutter-feature-flags>)Returns all the supported features.
- ret
- a logical OR of all the supported features.
Since 0.1.1