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

@ -59,7 +59,6 @@ cogl_attribute_buffer_new_with_size (CoglContext *context,
"context", context,
"size", bytes,
"default-target", COGL_BUFFER_BIND_TARGET_ATTRIBUTE_BUFFER,
"usage-hint", COGL_BUFFER_USAGE_HINT_ATTRIBUTE_BUFFER,
"update-hint", COGL_BUFFER_UPDATE_HINT_STATIC,
NULL);