Function
CoglFeatureCallback
since: 13
Description [src]
A callback used with cogl_foreach_feature() for enumerating all
context level features supported by Cogl.
Available since: 13
Parameters
feature-
Type:
CoglFeatureIDA single feature currently supported by Cogl.
user_data-
Type:
void*A private pointer passed to cogl_foreach_feature().
The argument can be NULL.The data is owned by the caller of the function.