mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -119,8 +119,8 @@ COGL_FEATURE_END ()
|
||||
COGL_FEATURE_BEGIN (arbfp, 255, 255,
|
||||
"ARB\0",
|
||||
"fragment_program\0",
|
||||
0,
|
||||
COGL_FEATURE_PRIVATE_ARB_FP)
|
||||
COGL_FEATURE_SHADERS_ARBFP,
|
||||
0)
|
||||
COGL_FEATURE_FUNCTION (void, glGenPrograms,
|
||||
(GLsizei n,
|
||||
GLuint *programs))
|
||||
|
Reference in New Issue
Block a user