cogl: Remove unused Buffer:usage-hint
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3437>
This commit is contained in:

committed by
Marge Bot

parent
bc44d2855b
commit
05cd7bc6cb
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user