mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
cogl: Update documentation for COGL_PRIVATE_FEATURE_ANY_GL
https://gitlab.gnome.org/GNOME/mutter/merge_requests/973
This commit is contained in:
parent
9d5092cef5
commit
e32e20521d
@ -64,9 +64,9 @@ typedef enum
|
|||||||
* is first allocated or when it is shown or resized */
|
* is first allocated or when it is shown or resized */
|
||||||
COGL_PRIVATE_FEATURE_DIRTY_EVENTS,
|
COGL_PRIVATE_FEATURE_DIRTY_EVENTS,
|
||||||
COGL_PRIVATE_FEATURE_ENABLE_PROGRAM_POINT_SIZE,
|
COGL_PRIVATE_FEATURE_ENABLE_PROGRAM_POINT_SIZE,
|
||||||
/* These features let us avoid conditioning code based on the exact
|
/* This feature allows for explicitly selecting a GL-based backend,
|
||||||
* driver being used and instead check for broad opengl feature
|
* as opposed to nop or (in the future) Vulkan.
|
||||||
* sets that can be shared by several GL apis */
|
*/
|
||||||
COGL_PRIVATE_FEATURE_ANY_GL,
|
COGL_PRIVATE_FEATURE_ANY_GL,
|
||||||
|
|
||||||
COGL_N_PRIVATE_FEATURES
|
COGL_N_PRIVATE_FEATURES
|
||||||
|
Loading…
Reference in New Issue
Block a user