From 779c780500dd263b5bc0244d0e0b5693cdd3cd6c Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 25 Aug 2010 22:31:30 +0100 Subject: [PATCH] docs: update the overview paragraph for Cogl Instead of describing OpenGL as "a low level OpenGL abstraction library" it is now summarised as "modern 3D graphics API". --- doc/reference/cogl/cogl-docs.xml.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.