Hi All. I'm porting clutter-0.8.6 on eglx backend with gles 2.0.
But below error is occured. " ./clutter/cogl/gles/cogl-gles2-wrapper.h:203: error: expected ')' before 'r' " cogl_wrap_glClearColorX function uses GLclampx type as parameter but there isn't GLclampx data type in the gl2.h. I couldn't find that data type in http://www.khronos.org/registry/gles/api/2.0/gl2.h Can anyone let me know how I can understand this? Thank you. BR. rubric.
