mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 02:44:09 +00:00
![Robert Bragg](/assets/img/avatar_default.png)
This adds a cogl_texture_set_data function that is basically just a convenience wrapper around cogl_texture_set_region. In the common case where you want to upload the full contents of a mipmap level though this api takes 4 less arguments (6 in total) so it's a bit simpler. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit e651dbdc4e4f03016a3dee513e3680270a4a9142)