1
0
Fork 0

attribute-buffer: add missing annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-05 11:53:18 +01:00 committed by Robert Bragg
parent de0cb3aba2
commit 8dc7480002

View file

@ -81,7 +81,8 @@ cogl_attribute_buffer_new_with_size (CoglContext *context,
* cogl_attribute_buffer_new:
* @context: A #CoglContext
* @bytes: The number of bytes to allocate for vertex attribute data.
* @data: An optional pointer to vertex data to upload immediately.
* @data: (array length=bytes): An optional pointer to vertex data to
* upload immediately.
*
* Describes a new #CoglAttributeBuffer of @size bytes to contain
* arrays of vertex attribute data and also uploads @size bytes read