diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2010-01-22 15:07:27 +0000 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2010-02-08 17:14:49 +0000 |
commit | cf960cfb3d8f0be32559eab35727f285e686c234 (patch) | |
tree | b46271870d30ecf800a3859b3d72d175b859435f /doc | |
parent | 47cc5a4e4344f94e5a32b68e18a44e33f1cfb332 (diff) | |
download | cogl-cf960cfb3d8f0be32559eab35727f285e686c234.tar.gz |
cogl-texture: Add a new constructor to turn CoglBuffers into textures
The only goal of using COGL buffers is to use them to create
textures. cogl_texture_new_from_buffer() is the new symbol to create
textures out of buffers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/cogl/cogl-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/cogl/cogl-sections.txt b/doc/reference/cogl/cogl-sections.txt index 90b1740d..c2678dcf 100644 --- a/doc/reference/cogl/cogl-sections.txt +++ b/doc/reference/cogl/cogl-sections.txt @@ -494,4 +494,7 @@ cogl_pixel_buffer_new cogl_pixel_buffer_new_for_size cogl_is_pixel_buffer +<SUBSECTION> +cogl_texture_new_from_buffer + </SECTION> |