]> Cogl Reference Manual for Cogl &version; 2008 OpenedHand LTD 2009 2010 Intel Corporation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to:
The Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
Cogl - a modern 3D graphics API
About Cogl 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.
Cogl experimental API
About the experimental API Cogl has some experimental API developers are welcomed to play with. The main drawback when using those is that there is no API stability guarantee, functions flagged as experimental could be changed or removed in future versions of the library. To use this experimental API you will need to define COGL_ENABLE_EXPERIMENTAL_API before including <clutter/clutter.h> or <cogl/cogl.h>.
Cogl deprecated API
About the deprecated API Cogl has evolved from once being a thin abstraction over OpenGL and GLES where a lot of OpenGL's state machine style APIs were simply rebranded as Cogl API into the more distinguished API style we have today. The result of this evolution though is that some of the APIs are considered deprecated and because we plan to remove them at the next opportunity we have to break the API developers should aim to avoid these functions to keep their code working with future major versions of Cogl.
Glossaries Index of all symbols Index of deprecated symbols Index of new symbols in 0.8 Index of new symbols in 1.0 Index of new symbols in 1.2 Index of new symbols in 1.4 License This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You may obtain a copy of the GNU Library General Public License from the Free Software Foundation by visiting their Web site or by writing to:
Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA 02111-1307 USA