diff --git a/doc/reference/cogl/cogl-docs.xml.in b/doc/reference/cogl/cogl-docs.xml.in index 365e3680c..aa53520ca 100644 --- a/doc/reference/cogl/cogl-docs.xml.in +++ b/doc/reference/cogl/cogl-docs.xml.in @@ -45,15 +45,17 @@ - Cogl - GL Abstraction API + Cogl - a modern 3D graphics API
About Cogl - Cogl is a low level OpenGL abstraction library developed for (and - part of) Clutter. It is used primarily by Clutter to provide a common - rendering API that works transparently across OpenGL >=1.4, - OpenGL ES 1.1 and OpenGL ES 2.0. + Cogl is a modern 3D graphics API with associated utility + APIs designed to expose the features of 3D graphics hardware + using a more object oriented design than OpenGL. The library has + primarily been driven by the practical needs of Clutter but it + is not tied to any one toolkit or even constrained to developing + UI toolkits.