mutter/clutter/cogl
Neil Roberts 738a669fc2 cogl-buffer: Use void* instead of guint8* for map and set_data
Unless the CoglBuffer is being used for texture data then it's
relatively unlikely that the data will contain an array of bytes. For
example if it's used as a vertex array then it's more likely to be
floats or some vertex struct. In that case it's much more convenient
if set_data and map use void* pointers so that we can avoid a cast.
2010-11-04 18:04:03 +00:00
..
cogl cogl-buffer: Use void* instead of guint8* for map and set_data 2010-11-04 18:04:03 +00:00
doc cogl: improves header and coding style consistency 2010-02-12 14:05:00 +00:00
pango pango: Use CoglMaterial type for materials 2010-11-03 18:09:23 +00:00
Makefile.am