mutter/doc/reference
Robert Bragg ee7cc9e788 Make CoglTexture2D public as experimental API
This exposes a CoglTexture2D typedef and adds the following experimental
API:
    cogl_is_texture_2d
    cogl_texture_2d_new_with_size
    cogl_texture_2d_new_from_data
    cogl_texture_2d_new_from_foreign

Since this is experimental API you need to define
COGL_ENABLE_EXPERIMENTAL_API before including cogl.h.

Note: With these new entrypoints we now expect a CoglContext pointer to
be passed in, instead of assuming there is a default context. The aim is
that for Cogl 2.0 we won't have a default context so this is a step in
that direction.
2011-06-01 20:44:41 +01:00
..
cogl Make CoglTexture2D public as experimental API 2011-06-01 20:44:41 +01:00
cogl-2.0 build: Fix generation of the documentation Makefiles 2011-05-18 14:14:28 +01:00
Makefile.am Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00