diff options
author | Robert Bragg <robert@linux.intel.com> | 2013-06-08 02:10:15 +0100 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2013-07-29 16:48:49 +0100 |
commit | aa92110f83a695de05347ebbd0d228ec4c760387 (patch) | |
tree | e6a1aed0f7b054ba7549043356b670fbd8b2f995 /doc | |
parent | fc5d1a8a680b9cb78e9ffb18ff0822ac64177142 (diff) |
texture-2d: Add _new_from_file api
This adds a cogl_texture_2d_new_from_file() api since we are planning to
remove cogl_texture_new_from_file() but don't want to loose the
convenience it had.
Reviewed-by: Neil Roberts <neil@linux.intel.com>
(cherry picked from commit 10e91aa513123ed277a8d45976f8d75445d7dc9c)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt index b0feae72..939a4f02 100644 --- a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt +++ b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt @@ -417,6 +417,7 @@ COGL_TEXTURE_MAX_WASTE <TITLE>2D textures</TITLE> CoglTexture2D cogl_texture_2d_new_with_size +cogl_texture_2d_new_from_file cogl_texture_2d_new_from_bitmap cogl_texture_2d_new_from_data cogl_texture_2d_new_from_foreign |