mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
attribute-buffer: add missing annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
de0cb3aba2
commit
8dc7480002
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user