From 648bec9523bbe42f1c38ac35572217c85782b983 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 14 Oct 2011 09:59:23 +0100 Subject: [PATCH] doc: Adds a cogl-texture-2d to the 2.0 reference manual When we make CoglTexture2D public as experimental api we forgot to add a corresponding section the experimental 2.0 reference manual. Reviewed-by: Neil Roberts --- .../cogl-2.0-experimental-sections.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 f26fc4f3f..6aa3945c7 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 @@ -304,6 +304,15 @@ cogl_texture_set_region COGL_TEXTURE_MAX_WASTE +
+cogl-texture-2d +2D textures +cogl_texture_2d_new_with_size +cogl_texture_2d_new_from_data +cogl_texture_2d_new_from_foreign +cogl_is_texture_rectangle +
+
cogl-texture-rectangle Rectangle textures (non-normalized coordinates)