mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
cogl: Remove cogl_material_set_layer_point_sprite_coords_enabled
This function is deprecated and must be replaced to the alternative. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2058>
This commit is contained in:

committed by
Marge Bot

parent
8285091585
commit
29c62fabac
@ -232,7 +232,7 @@ test_cogl_point_sprites_main (int argc, char *argv[])
|
||||
cogl_material_set_layer (data.material, 0, tex);
|
||||
cogl_object_unref (tex);
|
||||
|
||||
if (!cogl_material_set_layer_point_sprite_coords_enabled (data.material,
|
||||
if (!cogl_pipeline_set_layer_point_sprite_coords_enabled (data.material,
|
||||
0, TRUE,
|
||||
&error))
|
||||
{
|
||||
|
Reference in New Issue
Block a user