Method
CoglBufferset_data
Declaration [src]
gboolean
cogl_buffer_set_data (
CoglBuffer* buffer,
size_t offset,
void* data,
size_t size
)
Description [src]
Updates part of the buffer with new data from data
. Where to put this new
data is controlled by offset
and offset
+ data
should be less than the
buffer size.