cogl: Remove unused Buffer:usage-hint

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3437>
This commit is contained in:
Bilal Elmoussaoui
2023-12-02 11:59:18 +01:00
committed by Marge Bot
parent bc44d2855b
commit 05cd7bc6cb
6 changed files with 1 additions and 22 deletions

View File

@ -81,7 +81,7 @@ GType cogl_attribute_buffer_get_type (void) G_GNUC_CONST;
*
* The underlying storage of this buffer isn't allocated by this
* function so that you have an opportunity to use the
* cogl_buffer_set_update_hint() and cogl_buffer_set_usage_hint()
* cogl_buffer_set_update_hint()
* functions which may influence how the storage is allocated. The
* storage will be allocated once you upload data to the buffer.
*