mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -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:
|
* CoglFeatureFlags:
|
||||||
* @COGL_FEATURE_PBOS: PBO support
|
|
||||||
*
|
*
|
||||||
* Flags for the supported features.
|
* Flags for the supported features.
|
||||||
*
|
*
|
||||||
* Since: 0.8
|
* Since: 0.8
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef int CoglFeatureFlags;
|
||||||
{
|
|
||||||
COGL_FEATURE_PBOS = (1 << 12),
|
|
||||||
} CoglFeatureFlags;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CoglBufferTarget:
|
* CoglBufferTarget:
|
||||||
|
Loading…
Reference in New Issue
Block a user