From 407fdcf3bc9ba4f62ea35b87badd08a732a7dc67 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 20 Jun 2011 17:35:29 +0100 Subject: [PATCH] docs: Adds cogl-index/attribute-buffer syms to 2.0 reference Signed-off-by: Neil Roberts --- .../cogl-2.0-experimental/cogl-sections.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt index 0b28b88ce..7db8e40d8 100644 --- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt +++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt @@ -548,6 +548,22 @@ cogl_buffer_update_hint_get_type cogl_buffer_usage_hint_get_type +
+cogl-attribute-buffer +CoglAttributeBuffer: Buffers of vertex attributes +CoglAttributeBuffer +cogl_attribute_buffer_new +cogl_is_attribute_buffer +
+ +
+cogl-index-buffer +CoglIndexBuffer: Buffers of vertex indices +CoglIndexBuffer +cogl_index_buffer_new +cogl_is_index_buffer +
+
cogl-vector 3 Component Vectors