Set names of various Cogl pipelines
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3433>
This commit is contained in:

committed by
Sebastian Wick

parent
6cd28a84ac
commit
aaba08e5aa
@ -954,6 +954,7 @@ make_shadow (MetaShadow *shadow,
|
||||
g_free (buffer);
|
||||
|
||||
shadow->pipeline = meta_create_texture_pipeline (shadow->texture);
|
||||
cogl_pipeline_set_static_name (shadow->pipeline, "MetaShadowFactory");
|
||||
}
|
||||
|
||||
static MetaShadowParams *
|
||||
|
Reference in New Issue
Block a user