cogl: Port Attribute away from CoglObject

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3193>
This commit is contained in:
Bilal Elmoussaoui
2023-08-18 09:03:09 +02:00
committed by Marge Bot
parent 9d71949b26
commit f0923aab44
12 changed files with 71 additions and 81 deletions

View File

@ -118,8 +118,8 @@ test_map_buffer_range (void)
test_utils_check_pixel (test_fb, fb_width - 2, fb_height - 2, 0xff0000ff);
cogl_object_unref (buffer);
cogl_object_unref (pos_attribute);
cogl_object_unref (tex_coord_attribute);
g_object_unref (pos_attribute);
g_object_unref (tex_coord_attribute);
cogl_object_unref (pipeline);
cogl_object_unref (tex);