Next: , Previous: Events, Up: Top


20 GL Features

Query GL features at runtime

20.1 Overview

Functions to query available GL features ay runtime

20.2 Usage

— Function: clutter-feature-available (feature <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 available

Since 0.1.1

— Function: clutter-feature-get-all   (ret <clutter-feature-flags>)

Returns all the supported features.

ret
a logical OR of all the supported features.

Since 0.1.1