mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
cogl: Remove unused COGL_FEATURE_PBOS
Almost there. The CoglFeatureFlags type is changed to "int" momentarily. https://gitlab.gnome.org/GNOME/mutter/merge_requests/866
This commit is contained in:
parent
ba7b8a5de3
commit
67d5ebb187
@ -112,16 +112,12 @@ typedef struct _CoglTextureVertex CoglTextureVertex;
|
||||
|
||||
/**
|
||||
* CoglFeatureFlags:
|
||||
* @COGL_FEATURE_PBOS: PBO support
|
||||
*
|
||||
* Flags for the supported features.
|
||||
*
|
||||
* Since: 0.8
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
COGL_FEATURE_PBOS = (1 << 12),
|
||||
} CoglFeatureFlags;
|
||||
typedef int CoglFeatureFlags;
|
||||
|
||||
/**
|
||||
* CoglBufferTarget:
|
||||
|
Loading…
Reference in New Issue
Block a user