cogl: Adds a COGL_FEATURE_SHADERS_ARBFP feature flag
This adds a public feature flag for ARBfp so developers can determine if the cogl API supports ARBfp or not.
This commit is contained in:
@ -219,7 +219,7 @@ _cogl_xlib_remove_filter (CoglXlibFilterFunc func,
|
||||
|
||||
typedef enum _CoglFeatureFlagsPrivate
|
||||
{
|
||||
COGL_FEATURE_PRIVATE_ARB_FP = (1 << 0)
|
||||
COGL_FEATURE_PRIVATE_PLACE_HOLDER = (1 << 0)
|
||||
} CoglFeatureFlagsPrivate;
|
||||
|
||||
gboolean
|
||||
|
Reference in New Issue
Block a user